Skip to content

Commit f26bd19

Browse files
committed
Add concurrency guard to build workflow
1 parent e113987 commit f26bd19

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.event.pull_request.number || github.sha }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
common:
1519
uses: ./.github/workflows/build-common.yml

0 commit comments

Comments
 (0)