We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5383881 commit 57c00b7Copy full SHA for 57c00b7
.github/workflows/pre-commit.yml
@@ -48,7 +48,7 @@ jobs:
48
max_wait: 5
49
interval: 30
50
timeout: 7
51
- ref: ${{ github.event.pull_request.head.sha || github.sha }}
+ ref: ${{ github.event.pull_request.head.ref || github.ref }}
52
verbose: true
53
54
- name: Download compilation artifacts
0 commit comments