Skip to content

Commit 1443995

Browse files
authored
Build: Only one build should run at a time, but prefer the most recent addition.
Add concurrency settings to the build workflow.
1 parent 62b0651 commit 1443995

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
@@ -4,6 +4,10 @@ on:
44
push:
55
branches: [trunk]
66

7+
concurrency:
8+
group: ${{ github.workflow }}
9+
cancel-in-progress: true
10+
711
jobs:
812
build:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)