Skip to content

Commit e183bc8

Browse files
committed
Specify ref in GHActions checkout action to get latest (see: actions/checkout#439)
1 parent feeea50 commit e183bc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scheduled_benchmark_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
ref: main
1213
- name: SSH to CI instance to start benchmarking and publication
1314
run: |
1415
set -e

0 commit comments

Comments
 (0)