Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
343eb737
Commit
343eb737
authored
Apr 29, 2021
by
Bernd Flemisch
Browse files
Merge branch 'feature/change-ci-workflow-rules' into 'master'
[ci] ensure pipeline creation in schedules See merge request
!2578
parents
98b94179
d308a462
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
343eb737
...
...
@@ -5,9 +5,8 @@ stages:
variables
:
IMAGE_REGISTRY_URL
:
$CI_REGISTRY/dumux-repositories/dumux-docker-ci
# Cases in which to create a pipeline. The `select-pipeline` job further
# specifies the situations in which they must be started manually. Currently,
# we only have automatic pipeline triggers for scheduled pipelines.
# Cases in which to create pipelines at all. The trigger jobs may further
# specify how exactly they should be created in different situations.
workflow
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "schedule"
...
...
@@ -30,6 +29,8 @@ workflow:
variables
:
TRIGGER_SOURCE
:
$CI_PIPELINE_SOURCE
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "schedule"
when
:
always
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event"
when
:
manual
...
...
Write
Preview
Supports
Markdown
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