Skip to content
Snippets Groups Projects
Commit e2c16c6c authored by Chase Qi's avatar Chase Qi Committed by Stevan Radaković
Browse files

.oniro-ci: skip build-doc job for scheduled pipeline as it runs when changes land


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 760cd663
No related branches found
No related tags found
No related merge requests found
...@@ -436,6 +436,8 @@ ...@@ -436,6 +436,8 @@
paths: paths:
- docs/build - docs/build
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: never
# Build the docs when a merge request is created. # Build the docs when a merge request is created.
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes: changes:
......
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