File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
-
20
+ with :
21
+ ref : ${{ inputs.ref || github.ref }}
22
+
21
23
- name : Check reproducibility
22
24
uses : ./.github/actions/check_measurements_reproducibility
23
25
with :
Original file line number Diff line number Diff line change @@ -244,6 +244,11 @@ jobs:
244
244
needs : [verify-inputs, os-image]
245
245
runs-on : ubuntu-24.04
246
246
steps :
247
+ - name : Checkout
248
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
249
+ with :
250
+ ref : ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
251
+
247
252
- name : Check reproducibility
248
253
uses : ./.github/actions/check_measurements_reproducibility
249
254
with :
You can’t perform that action at this time.
0 commit comments