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 88bf56d commit 33f21c1Copy full SHA for 33f21c1
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ on:
20
workflow_dispatch: # manually trigger if previous runs failed
21
22
concurrency:
23
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: publishing
24
cancel-in-progress: true
25
26
jobs:
0 commit comments