Skip to content

Commit d5def15

Browse files
authored
1 parent c7581b8 commit d5def15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- master
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
11+
cancel-in-progress: true
912
jobs:
1013
test:
1114
timeout-minutes: 30

0 commit comments

Comments
 (0)