Skip to content

Commit

Permalink
Specify ref in GHActions checkout action to get latest (see: actions/…
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Sep 3, 2021
1 parent feeea50 commit e183bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled_benchmark_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
ref: main
- name: SSH to CI instance to start benchmarking and publication
run: |
set -e
Expand Down

0 comments on commit e183bc8

Please sign in to comment.