@@ -2,11 +2,15 @@ name: Posix
2
2
3
3
on :
4
4
push :
5
- branches : [master]
5
+ branches :
6
+ - master
6
7
pull_request :
7
8
branches :
8
9
- master
9
10
- 1.2.x
11
+ - 1.3.x
12
+ paths-ignore :
13
+ - " doc/**"
10
14
11
15
env :
12
16
PYTEST_WORKERS : " auto"
@@ -21,14 +25,13 @@ jobs:
21
25
strategy :
22
26
matrix :
23
27
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", "", ""],
28
30
[actions-38.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
29
31
[actions-38-slow.yaml, "slow", "", "", "", "", ""],
30
32
[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"],
32
35
[actions-39.yaml, "not slow and not network and not clipboard", "", "", "", "", ""]
33
36
]
34
37
fail-fast : false
41
44
LC_ALL : ${{ matrix.settings[4] }}
42
45
PANDAS_TESTING_MODE : ${{ matrix.settings[5] }}
43
46
TEST_ARGS : ${{ matrix.settings[6] }}
47
+ concurrency :
48
+ group : ${{ github.ref }}-${{ matrix.settings[0] }}
49
+ cancel-in-progress : true
44
50
45
51
steps :
46
52
- name : Checkout
0 commit comments