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
No related merge requests found
......@@ -322,6 +322,8 @@
stage: deploy
trigger: distro/docs
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: never
# Update the documentation when things land in the default branch.
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
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