mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
Merge branch 'bugfix/run_build_docs_preview_only_with_label' into 'master'
CI: run build_docs_preview only with the label Closes IDFCI-208 See merge request espressif/esp-idf!11186
This commit is contained in:
@@ -71,7 +71,7 @@ push_to_github:
|
||||
deploy_docs_preview:
|
||||
extends:
|
||||
- .deploy_docs_template
|
||||
- .rules:labels:build_docs-slim
|
||||
- .rules:labels:build_docs-preview
|
||||
# Override default stage to happen before the post_check
|
||||
stage: test_deploy
|
||||
needs:
|
||||
|
@@ -134,6 +134,10 @@
|
||||
- <<: *if-protected-no_label
|
||||
- <<: *if-label-build_docs
|
||||
|
||||
.rules:labels:build_docs-preview:
|
||||
rules:
|
||||
- <<: *if-label-build_docs
|
||||
|
||||
.rules:labels:weekend_test-only:
|
||||
rules:
|
||||
- <<: *if-label-weekend_test
|
||||
|
Reference in New Issue
Block a user