Call workflow in release

This commit is contained in:
miampf 2025-02-18 11:38:01 +01:00
parent 22b77c48c0
commit bba40ee579
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -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]