File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
environment : [pep8,py3]
12
- python-minor-version : [6,8,10,12]
13
- is-not-python36 :
14
- - ${{
15
- (github.base_ref == 'stackhpc/zed') ||
16
- (github.ref == 'refs/heads/stackhpc/zed') ||
17
- (github.base_ref == 'stackhpc/2023.1') ||
18
- (github.ref == 'refs/heads/stackhpc/2023.1') ||
19
- (github.base_ref == 'stackhpc/2023.2') ||
20
- (github.ref == 'refs/heads/stackhpc/2023.2') ||
21
- (github.base_ref == 'stackhpc/2024.1') ||
22
- (github.ref == 'refs/heads/stackhpc/2024.1') ||
23
- (github.base_ref == 'stackhpc/2025.1') ||
24
- (github.ref == 'refs/heads/stackhpc/2025.1') ||
25
- (github.base_ref == 'stackhpc/master') ||
26
- (github.ref == 'refs/heads/stackhpc/master')
27
- }}
12
+ python-minor-version : [8,10,12]
28
13
is-not-python38 :
29
14
- ${{
30
15
((github.repository == 'stackhpc/kayobe') &&
43
28
(github.ref == 'refs/heads/stackhpc/master')
44
29
}}
45
30
exclude :
46
- - environment : pep8
47
- python-minor-version : 6
48
- - is-not-python36 : true
49
- python-minor-version : 6
50
31
- is-not-python36 : true
51
32
environment : pep8
52
33
python-minor-version : 8
You can’t perform that action at this time.
0 commit comments