File tree Expand file tree Collapse file tree 10 files changed +40
-0
lines changed Expand file tree Collapse file tree 10 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 2424 - .github/**
2525 - ' !.github/workflows/build-tarball.yml'
2626
27+ concurrency :
28+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
29+ cancel-in-progress : true
30+
2731env :
2832 PYTHON_VERSION : ' 3.10'
2933 FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 1919 - .github/**
2020 - ' !.github/workflows/build-windows.yml'
2121
22+ concurrency :
23+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24+ cancel-in-progress : true
25+
2226env :
2327 PYTHON_VERSION : ' 3.10'
2428 FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 2020 - .github/**
2121 - ' !.github/workflows/coverage-linux.yml'
2222
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
25+ cancel-in-progress : true
26+
2327env :
2428 PYTHON_VERSION : ' 3.10'
2529 FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 2222 - .github/**
2323 - ' !.github/workflows/coverage-windows.yml'
2424
25+ concurrency :
26+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
27+ cancel-in-progress : true
28+
2529env :
2630 PYTHON_VERSION : ' 3.10'
2731 FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 1010 - v[0-9]+.x-staging
1111 - v[0-9]+.x
1212
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15+ cancel-in-progress : true
16+
1317env :
1418 NODE_VERSION : lts/*
1519
Original file line number Diff line number Diff line change 1010 - v[0-9]+.x-staging
1111 - v[0-9]+.x
1212
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15+ cancel-in-progress : true
16+
1317env :
1418 PYTHON_VERSION : ' 3.10'
1519 NODE_VERSION : lts/*
Original file line number Diff line number Diff line change 2525 - .github/**
2626 - ' !.github/workflows/test-asan.yml'
2727
28+ concurrency :
29+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
30+ cancel-in-progress : true
31+
2832env :
2933 PYTHON_VERSION : ' 3.10'
3034 FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 1717 - v[0-9]+.x
1818 paths : [test/internet/**]
1919
20+ concurrency :
21+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
22+ cancel-in-progress : true
23+
2024env :
2125 PYTHON_VERSION : ' 3.10'
2226 FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 1919 - .github/**
2020 - ' !.github/workflows/test-linux.yml'
2121
22+ concurrency :
23+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24+ cancel-in-progress : true
25+
2226env :
2327 PYTHON_VERSION : ' 3.10'
2428 FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 2525 - .github/**
2626 - ' !.github/workflows/test-macos.yml'
2727
28+ concurrency :
29+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
30+ cancel-in-progress : true
31+
2832env :
2933 PYTHON_VERSION : ' 3.10'
3034 FLAKY_TESTS : dontcare
You can’t perform that action at this time.
0 commit comments