Skip to content
Snippets Groups Projects
Commit 537c6ebb authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

Add schedule rule on workflow

parent 43bc4b71
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ workflow:
- if: $CI_PIPELINE_SOURCE == "api"
- if: $CI_PIPELINE_SOURCE == "pipeline"
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "schedule"
# Do not run pipelines for merge requests
- if: $CI_MERGE_REQUEST_IID
when: never
......@@ -70,6 +71,7 @@ workflow:
- if: $CI_PIPELINE_SOURCE == "api"
- if: $CI_PIPELINE_SOURCE == "pipeline"
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "schedule"
# Trigger the pipeline on schedule basis (for weekly release)
stage: manifest-pipeline
......
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