Skip to content

Commit 25c954b

Browse files
actually checkout again
1 parent cfea302 commit 25c954b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Ensure base branch is fetched
3232
if: ${{ github.event_name == 'pull_request' }}
3333
run: |
34-
# git checkout -b $GITHUB_HEAD_REF
34+
git checkout -b $GITHUB_HEAD_REF
3535
echo "$GITHUB_HEAD_REF"
3636
echo "$GITHUB_BASE_REF"
3737
git branch

0 commit comments

Comments
 (0)