@@ -2,11 +2,15 @@ name: Posix
22
33on :
44 push :
5- branches : [master]
5+ branches :
6+ - master
67 pull_request :
78 branches :
89 - master
910 - 1.2.x
11+ - 1.3.x
12+ paths-ignore :
13+ - " doc/**"
1014
1115env :
1216 PYTEST_WORKERS : " auto"
@@ -21,14 +25,13 @@ jobs:
2125 strategy :
2226 matrix :
2327 settings : [
24- [actions-37-minimum_versions.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
25- [actions-37.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
26- [actions-37-locale_slow.yaml, "slow", "language-pack-it xsel", "it_IT.utf8", "it_IT.utf8", "", ""],
27- [actions-37-slow.yaml, "slow", "", "", "", "", ""],
28+ [actions-38-minimum_versions.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
29+ [actions-38-locale_slow.yaml, "slow", "language-pack-it xsel", "it_IT.utf8", "it_IT.utf8", "", ""],
2830 [actions-38.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
2931 [actions-38-slow.yaml, "slow", "", "", "", "", ""],
3032 [actions-38-locale.yaml, "not slow and not network", "language-pack-zh-hans xsel", "zh_CN.utf8", "zh_CN.utf8", "", ""],
31- [actions-38-numpydev.yaml, "not slow and not network", "xsel", "", "", "deprecate", "-W error"],
33+ [actions-39-slow.yaml, "slow", "", "", "", "", ""],
34+ [actions-39-numpydev.yaml, "not slow and not network", "xsel", "", "", "deprecate", "-W error"],
3235 [actions-39.yaml, "not slow and not network and not clipboard", "", "", "", "", ""]
3336 ]
3437 fail-fast : false
4144 LC_ALL : ${{ matrix.settings[4] }}
4245 PANDAS_TESTING_MODE : ${{ matrix.settings[5] }}
4346 TEST_ARGS : ${{ matrix.settings[6] }}
47+ concurrency :
48+ group : ${{ github.ref }}-${{ matrix.settings[0] }}
49+ cancel-in-progress : true
4450
4551 steps :
4652 - name : Checkout
0 commit comments