Skip to content
Snippets Groups Projects
Commit 26f4aa98 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add schedule to workflow rules

parent 5804472e
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ stages:
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'schedule'
build_image:
image: $CI_REGISTRY_IMAGE:latest
......
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