Skip to content
Snippets Groups Projects
Verified Commit d71f6de6 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3428112 by longwave, fjgarlin, Spokje: Fix daily updated deps job

parent ab80fb20
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,8 @@ workflow: ...@@ -33,6 +33,8 @@ workflow:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
# Run when called from an upstream pipeline https://docs.gitlab.com/ee/ci/pipelines/downstream_pipelines.html?tab=Multi-project+pipeline#use-rules-to-control-downstream-pipeline-jobs # Run when called from an upstream pipeline https://docs.gitlab.com/ee/ci/pipelines/downstream_pipelines.html?tab=Multi-project+pipeline#use-rules-to-control-downstream-pipeline-jobs
- if: $CI_PIPELINE_SOURCE == 'pipeline' - if: $CI_PIPELINE_SOURCE == 'pipeline'
# Run when called from a parent pipeline (e.g. updated dependencies job)
- if: $CI_PIPELINE_SOURCE == 'parent_pipeline'
# Run on commits. # Run on commits.
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ROOT_NAMESPACE == "project" - if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ROOT_NAMESPACE == "project"
# The last rule above blocks manual and scheduled pipelines on non-default branch. The rule below allows them: # The last rule above blocks manual and scheduled pipelines on non-default branch. The rule below allows them:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment