Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALF
pyALF
Commits
b4cbe9bf
Commit
b4cbe9bf
authored
Feb 06, 2021
by
Jonas Schwab
Browse files
Pipeline: Do not trigger regular tests if running branch test
parent
b02a434f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b4cbe9bf
...
...
@@ -3,6 +3,8 @@ variables:
.test_template
:
&test_definition
rules
:
-
if
:
'
$BRANCH_T'
when
:
never
-
changes
:
-
Run.py
-
default_variables.py
...
...
@@ -15,6 +17,8 @@ variables:
.test_template-PGI
:
&test_definition-PGI
rules
:
-
if
:
'
$BRANCH_T'
when
:
never
-
changes
:
-
Run.py
-
default_variables.py
...
...
@@ -29,6 +33,8 @@ variables:
.warn_template
:
&warn_definition
allow_failure
:
true
rules
:
-
if
:
'
$BRANCH_T'
when
:
never
-
changes
:
-
Run.py
-
default_variables.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment