mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 22:14:24 -04:00
fix release workflow file
This commit is contained in:
parent
69864e8ce7
commit
e02b367d48
1 changed files with 6 additions and 4 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -242,10 +242,12 @@ jobs:
|
||||||
check-measurements-reproducibility:
|
check-measurements-reproducibility:
|
||||||
name: Check measurements reproducibility
|
name: Check measurements reproducibility
|
||||||
needs: [verify-inputs, os-image]
|
needs: [verify-inputs, os-image]
|
||||||
uses: ./.github/actions/check_measurements_reproducibility
|
steps:
|
||||||
with:
|
- name: Check reproducibility
|
||||||
version: ${{ inputs.version }}
|
uses: ./.github/actions/check_measurements_reproducibility
|
||||||
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
|
with:
|
||||||
|
version: ${{ inputs.version }}
|
||||||
|
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
|
||||||
|
|
||||||
update-hardcoded-measurements:
|
update-hardcoded-measurements:
|
||||||
name: Update hardcoded measurements (in the CLI)
|
name: Update hardcoded measurements (in the CLI)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue