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