Skip to content

Commit

Permalink
ci: Remove the deploy_docs_production job from the scheduled pipeline
Browse files Browse the repository at this point in the history
Fixes the "'deploy_docs_production' job needs 'build_docs' job, but
'build_docs' is not in any previous stage" issue.
  • Loading branch information
dobairoland committed Mar 15, 2024
1 parent 0dd5c7e commit 162238c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ deploy_docs_production:
extends:
- .deploy_docs_template
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
- if: $CI_COMMIT_REF_NAME == "master" && $CI_USE_ESP_FLASHER_STUB != "1"
changes:
- "docs/**/*"
- "CONTRIBUTING.rst"
Expand Down

0 comments on commit 162238c

Please sign in to comment.