use action in release

This commit is contained in:
miampf 2025-02-27 13:12:17 +01:00
parent 63eb85bd55
commit 9c7fc954ee
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C
2 changed files with 1 additions and 11 deletions

View File

@ -10,16 +10,6 @@ on:
type: string
description: The git ref to check out. You probably want this to be the tag of the release you are testing.
required: true
workflow_call:
inputs:
version:
type: string
description: The version of the measurements that are downloaded from the CDN.
required: true
ref:
type: string
description: The git ref to check out.
required: true
jobs:
check-reproducibility:

View File

@ -242,7 +242,7 @@ jobs:
check-measurements-reproducibility:
name: Check measurements reproducibility
needs: [verify-inputs, os-image]
uses: ./.github/workflows/check-measurements-reproducibility.yml
uses: ./.github/actions/check_measurements_reproducibility
with:
version: ${{ inputs.version }}
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}