From 9c7fc954ee29b4537e25c6f771289782b940e2dc Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 27 Feb 2025 13:12:17 +0100 Subject: [PATCH] use action in release --- .../workflows/check-measurements-reproducibility.yml | 10 ---------- .github/workflows/release.yml | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/check-measurements-reproducibility.yml b/.github/workflows/check-measurements-reproducibility.yml index b0ef25560..dede0918a 100644 --- a/.github/workflows/check-measurements-reproducibility.yml +++ b/.github/workflows/check-measurements-reproducibility.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63024482c..c420056a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}