Skip to content

Commit b326f23

Browse files
committed
Cancel in-progress workflow runs on new commits
1 parent a7a0f5a commit b326f23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ on:
1818
- "composer.json"
1919
workflow_dispatch:
2020

21+
concurrency:
22+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
23+
cancel-in-progress: true
24+
2125
jobs:
2226
test:
2327
name: >

0 commit comments

Comments
 (0)