mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-09 15:24:58 -05:00
ci: add missing checkout step (#3791)
This commit is contained in:
parent
60d1d1c513
commit
c5ef866cdc
2 changed files with 8 additions and 1 deletions
|
|
@ -17,7 +17,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
with:
|
||||||
|
ref: ${{ inputs.ref || github.ref }}
|
||||||
|
|
||||||
- name: Check reproducibility
|
- name: Check reproducibility
|
||||||
uses: ./.github/actions/check_measurements_reproducibility
|
uses: ./.github/actions/check_measurements_reproducibility
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -244,6 +244,11 @@ jobs:
|
||||||
needs: [verify-inputs, os-image]
|
needs: [verify-inputs, os-image]
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
with:
|
||||||
|
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
|
||||||
|
|
||||||
- name: Check reproducibility
|
- name: Check reproducibility
|
||||||
uses: ./.github/actions/check_measurements_reproducibility
|
uses: ./.github/actions/check_measurements_reproducibility
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue