Skip to content

Commit c081fb9

Browse files
committed
Fix release pipeline
1 parent 22bc1db commit c081fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: wait-for-tests
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
19-
checkName: Tests done
19+
checkName: Tests done (push)
2020
ref: ${{ github.sha }}
2121
timeoutSeconds: 3600
2222

0 commit comments

Comments
 (0)