We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512e7a9 commit 1fdaa54Copy full SHA for 1fdaa54
1 file changed
.github/workflows/ci.yml
@@ -9,9 +9,13 @@ on:
9
- master
10
- development
11
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
14
+ cancel-in-progress: true
15
+
16
jobs:
17
test:
- name: test
18
+ name: Test
19
runs-on: ubuntu-20.04
20
services:
21
redis:
@@ -24,7 +28,7 @@ jobs:
24
28
with:
25
29
fetch-depth: 0
26
30
27
- - name: Set up Python
31
+ - name: Setup Python
32
uses: actions/setup-python@v3
33
34
python-version: '3.6'
0 commit comments