File tree 10 files changed +40
-0
lines changed
10 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 24
24
- .github/**
25
25
- ' !.github/workflows/build-tarball.yml'
26
26
27
+ concurrency :
28
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
29
+ cancel-in-progress : true
30
+
27
31
env :
28
32
PYTHON_VERSION : ' 3.10'
29
33
FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 19
19
- .github/**
20
20
- ' !.github/workflows/build-windows.yml'
21
21
22
+ concurrency :
23
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24
+ cancel-in-progress : true
25
+
22
26
env :
23
27
PYTHON_VERSION : ' 3.10'
24
28
FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 20
20
- .github/**
21
21
- ' !.github/workflows/coverage-linux.yml'
22
22
23
+ concurrency :
24
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
25
+ cancel-in-progress : true
26
+
23
27
env :
24
28
PYTHON_VERSION : ' 3.10'
25
29
FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 22
22
- .github/**
23
23
- ' !.github/workflows/coverage-windows.yml'
24
24
25
+ concurrency :
26
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
27
+ cancel-in-progress : true
28
+
25
29
env :
26
30
PYTHON_VERSION : ' 3.10'
27
31
FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 10
10
- v[0-9]+.x-staging
11
11
- v[0-9]+.x
12
12
13
+ concurrency :
14
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15
+ cancel-in-progress : true
16
+
13
17
env :
14
18
NODE_VERSION : lts/*
15
19
Original file line number Diff line number Diff line change 10
10
- v[0-9]+.x-staging
11
11
- v[0-9]+.x
12
12
13
+ concurrency :
14
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15
+ cancel-in-progress : true
16
+
13
17
env :
14
18
PYTHON_VERSION : ' 3.10'
15
19
NODE_VERSION : lts/*
Original file line number Diff line number Diff line change 25
25
- .github/**
26
26
- ' !.github/workflows/test-asan.yml'
27
27
28
+ concurrency :
29
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
30
+ cancel-in-progress : true
31
+
28
32
env :
29
33
PYTHON_VERSION : ' 3.10'
30
34
FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 17
17
- v[0-9]+.x
18
18
paths : [test/internet/**]
19
19
20
+ concurrency :
21
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
22
+ cancel-in-progress : true
23
+
20
24
env :
21
25
PYTHON_VERSION : ' 3.10'
22
26
FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 19
19
- .github/**
20
20
- ' !.github/workflows/test-linux.yml'
21
21
22
+ concurrency :
23
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24
+ cancel-in-progress : true
25
+
22
26
env :
23
27
PYTHON_VERSION : ' 3.10'
24
28
FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 25
25
- .github/**
26
26
- ' !.github/workflows/test-macos.yml'
27
27
28
+ concurrency :
29
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
30
+ cancel-in-progress : true
31
+
28
32
env :
29
33
PYTHON_VERSION : ' 3.10'
30
34
FLAKY_TESTS : dontcare
You can’t perform that action at this time.
0 commit comments