Skip to content

Commit 2a22efc

Browse files
authored
chore(ci): add concurrency to build workflow (#578)
1 parent 7ee5276 commit 2a22efc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ permissions:
1919
id-token: write
2020
packages: write
2121

22+
concurrency:
23+
group: build-${{ github.workflow }}-${{ github.ref }}
24+
2225
jobs:
2326
build:
2427
name: build (${{ matrix.platform }})

0 commit comments

Comments
 (0)