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

Add schedule rule on workflow

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