Skip to content

Commit a0c8f27

Browse files
authored
Merge pull request pypa#1043 from blink1073/patch-1
Add concurrency limit to CI
2 parents a79d72d + 80efe92 commit a0c8f27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Test
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
7+
cancel-in-progress: true
8+
59
jobs:
610
build:
711
name: ${{ matrix.noxenv }}

0 commit comments

Comments
 (0)