Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d10bf76

Browse files
committedApr 12, 2024
Fix ref
1 parent 5383881 commit d10bf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
max_wait: 5
4949
interval: 30
5050
timeout: 7
51-
ref: ${{ github.event.pull_request.head.sha || github.sha }}
51+
ref: ${{ github.event.pull_request.head.ref || github.ref }}
5252
verbose: true
5353

5454
- name: Download compilation artifacts

0 commit comments

Comments
 (0)
Please sign in to comment.