We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a03b5 commit 487a53aCopy full SHA for 487a53a
1 file changed
.github/workflows/tox.yml
@@ -32,11 +32,7 @@ jobs:
32
(github.base_ref == 'stackhpc/2024.1') ||
33
(github.ref == 'refs/heads/stackhpc/2024.1') ||
34
(github.base_ref == 'stackhpc/2025.1') ||
35
- (github.ref == 'refs/heads/stackhpc/2025.1') ||
36
- (((github.base_ref == 'stackhpc/master') ||
37
- (github.ref == 'refs/heads/stackhpc/master')) &&
38
- (github.repository != 'stackhpc/kayobe') &&
39
- (github.repository != 'stackhpc/kolla-ansible'))
+ (github.ref == 'refs/heads/stackhpc/2025.1')
40
}}
41
PY3_12: ${{
42
0 commit comments