Skip to content
Snippets Groups Projects
Commit 14b9cd56 authored by Chase Qi's avatar Chase Qi
Browse files

ci: skip aggregate-docs job for scheduled pipeline


The job always fail due to permission issue, and there is no need to
run the job for scheduled pipelines.

Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent f1a39f97
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -322,6 +322,8 @@ ...@@ -322,6 +322,8 @@
stage: deploy stage: deploy
trigger: distro/docs trigger: distro/docs
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: never
# Update the documentation when things land in the default branch. # Update the documentation when things land in the default branch.
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
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