We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d222e5a commit 49f80b8Copy full SHA for 49f80b8
.github/workflows/publish.yml
@@ -4,6 +4,10 @@ on:
4
release:
5
types: [published]
6
7
+concurrency:
8
+ group: publish-crates
9
+ cancel-in-progress: true
10
+
11
jobs:
12
publish:
13
runs-on: ubuntu-latest
0 commit comments