ci: shard install smoke release checks

This commit is contained in:
Peter Steinberger
2026-04-29 22:23:54 +01:00
parent bdbce3b1c2
commit 21e2168b8f
6 changed files with 248 additions and 38 deletions

View File

@@ -245,6 +245,7 @@ jobs:
timeout-minutes: 60
permissions:
contents: read
packages: write
outputs:
artifact_name: ${{ steps.artifact.outputs.name }}
package_sha256: ${{ steps.package.outputs.sha256 }}
@@ -311,6 +312,7 @@ jobs:
if: contains(fromJSON('["all","install-smoke"]'), needs.resolve_target.outputs.rerun_group)
permissions:
contents: read
packages: write
uses: ./.github/workflows/install-smoke.yml
with:
ref: ${{ needs.resolve_target.outputs.revision }}