We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6536184 commit 976f6d6Copy full SHA for 976f6d6
1 file changed
.github/workflows/publish.yml
@@ -6,7 +6,9 @@ on:
6
tags:
7
- "v*"
8
workflow_dispatch:
9
-
+concurrency:
10
+ group: publish-${{ github.event.pull_request.number || github.ref }}
11
+ cancel-in-progress: true
12
env:
13
GITHUB_TOKEN: ${{ github.token }}
14
RUST_BACKTRACE: 1
0 commit comments