Skip to content
Snippets Groups Projects
Commit c149d3ca authored by Chase Qi's avatar Chase Qi
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 4d9632cf
No related branches found
No related tags found
1 merge request!252.oniro-ci: only run gcc tests when gcc version is changed
......@@ -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