Skip to content

Commit 1fdaa54

Browse files
committed
Setup concurrency
1 parent 512e7a9 commit 1fdaa54

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ on:
99
- master
1010
- development
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
test:
14-
name: test
18+
name: Test
1519
runs-on: ubuntu-20.04
1620
services:
1721
redis:
@@ -24,7 +28,7 @@ jobs:
2428
with:
2529
fetch-depth: 0
2630

27-
- name: Set up Python
31+
- name: Setup Python
2832
uses: actions/setup-python@v3
2933
with:
3034
python-version: '3.6'

0 commit comments

Comments
 (0)