diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 158ca5725..f4ddbf129 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -219,6 +219,8 @@ deploy-docs: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_NAMESPACE == "postmarketOS" changes: - docs/** + - if: $CI_PIPELINE_SOURCE == "schedule" + when: never auto-update: stage: autoupdate