We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de347d8 commit 64a254aCopy full SHA for 64a254a
.github/workflows/merge.yml
@@ -2,7 +2,7 @@ name: merge
2
3
concurrency:
4
group: ${{ github.workflow }}-${{ github.ref }}
5
- cancel-in-progress: true
+ cancel-in-progress: YOUR_SECRET_NAME
6
7
# open or update publishing PR when there is a push to main
8
on:
0 commit comments