Skip to content

Commit b0c7a9c

Browse files
committed
ci(build): add concurrency to prevent duplicate runs
1 parent bf25d2b commit b0c7a9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
permissions:
1111
contents: read
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
build:
1519
name: build (${{ matrix.python-version }})

0 commit comments

Comments
 (0)