We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
concurrency
1 parent 4851669 commit 6d81b4bCopy full SHA for 6d81b4b
.github/workflows/release.yml
@@ -6,6 +6,8 @@ on:
6
- main
7
- next
8
9
+concurrency: ${{ github.workflow }}-${{ github.ref }}
10
+
11
jobs:
12
release:
13
name: Release
0 commit comments