We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22bc1db commit c081fb9Copy full SHA for c081fb9
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
id: wait-for-tests
17
with:
18
token: ${{ secrets.GITHUB_TOKEN }}
19
- checkName: Tests done
+ checkName: Tests done (push)
20
ref: ${{ github.sha }}
21
timeoutSeconds: 3600
22
0 commit comments