Skip to content

Commit 57c00b7

Browse files
committed
Fix ref
1 parent 5383881 commit 57c00b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

+1-1
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)