We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee5276 commit 2a22efcCopy full SHA for 2a22efc
1 file changed
.github/workflows/build.yml
@@ -19,6 +19,9 @@ permissions:
19
id-token: write
20
packages: write
21
22
+concurrency:
23
+ group: build-${{ github.workflow }}-${{ github.ref }}
24
+
25
jobs:
26
build:
27
name: build (${{ matrix.platform }})
0 commit comments