mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
Call workflow in release
This commit is contained in:
parent
22b77c48c0
commit
bba40ee579
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -239,6 +239,13 @@ jobs:
|
||||
stream: "stable"
|
||||
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
|
||||
|
||||
check-measurements-reproducibility:
|
||||
name: Check measurements reproducibility
|
||||
needs: [os-image]
|
||||
uses: ./.github/workflows/check-measurements-reproducibility.yml
|
||||
with:
|
||||
releasetag: ${{ inputs.version }}
|
||||
|
||||
update-hardcoded-measurements:
|
||||
name: Update hardcoded measurements (in the CLI)
|
||||
needs: [verify-inputs, os-image]
|
||||
|
Loading…
x
Reference in New Issue
Block a user