ci: do not build additional streams (#2085)

Large amounts of uploaded data seem to break the GH Actions cache.
This commit is contained in:
Otto Bittner 2023-07-10 17:46:08 +02:00 committed by GitHub
parent 738b22caba
commit cfa3bb6276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,25 +194,6 @@ jobs:
stream: "stable"
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
os-image-additional-streams:
name: Build OS image (additional streams)
needs: [verify-inputs, update-versions]
strategy:
fail-fast: false
matrix:
stream: [debug, console]
uses: ./.github/workflows/build-os-image.yml
permissions:
id-token: write
contents: read
packages: read
secrets: inherit
with:
imageVersion: ${{ inputs.version }}
isRelease: true
stream: ${{ matrix.stream }}
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
update-hardcoded-measurements:
name: Update hardcoded measurements (in the CLI)
needs: [verify-inputs, os-image]