Skip to content
Snippets Groups Projects
Commit 84de05b7 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 38dd5170
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !252. Comments created here will be created in the context of that merge request.
......@@ -436,6 +436,8 @@
paths:
- docs/build
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: never
# Build the docs when a merge request is created.
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
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