Skip to content

Commit 6e4c67f

Browse files
#242: Cancel previous builds
1 parent 83d5924 commit 6e4c67f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: 'Build'
33
on:
44
push:
55

6+
concurrency:
7+
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
8+
cancel-in-progress: true
9+
610
jobs:
711
phpunit:
812
name: 'PHPUnit'

0 commit comments

Comments
 (0)