mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 07:22:40 -04:00
fix release workflow file
This commit is contained in:
parent
69864e8ce7
commit
e02b367d48
1 changed files with 6 additions and 4 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -242,6 +242,8 @@ 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]
|
||||||
|
steps:
|
||||||
|
- name: Check reproducibility
|
||||||
uses: ./.github/actions/check_measurements_reproducibility
|
uses: ./.github/actions/check_measurements_reproducibility
|
||||||
with:
|
with:
|
||||||
version: ${{ inputs.version }}
|
version: ${{ inputs.version }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue