Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
a15a5d14
Commit
a15a5d14
authored
Nov 05, 2021
by
Miroslav Kratochvil
Browse files
do not run PR + branch checks together
parent
8afb0185
Pipeline
#49218
passed with stages
in 6 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a15a5d14
...
...
@@ -16,10 +16,16 @@ variables:
.global_trigger_pull_request
:
&global_trigger_pull_request
rules
:
-
if
:
$CI_COMMIT_BRANCH == "develop"
when
:
never
-
if
:
$CI_COMMIT_BRANCH == "master"
when
:
never
-
if
:
$CI_PIPELINE_SOURCE == "external_pull_request_event"
.global_trigger_build_doc
:
&global_trigger_build_doc
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "external_pull_request_event"
when
:
never
-
if
:
$CI_COMMIT_BRANCH == "develop"
-
if
:
$CI_COMMIT_TAG =~ /^v/
...
...
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