We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a51e76 commit 79ee45eCopy full SHA for 79ee45e
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
token: ${{ secrets.GITHUB_TOKEN }}
19
checkName: Tests done
20
- ref: ${{ github.pull_request.head.sha || github.sha }}
+ ref: ${{ github.sha }}
21
timeoutSeconds: 3600
22
23
- name: Fail the Build
0 commit comments