kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'ci/check_doc_links' into 'master'
ci: only run check_doc_links job if we actually deployed docs See merge request espressif/esp-idf!22617pull/8835/merge
commit
8607d12661
|
@ -212,8 +212,12 @@ deploy_docs_production:
|
|||
check_doc_links:
|
||||
extends:
|
||||
- .build_docs_template
|
||||
- .rules:protected
|
||||
rules:
|
||||
- <<: *if-protected-no_label
|
||||
stage: post_deploy
|
||||
needs:
|
||||
- job: deploy_docs_production
|
||||
artifacts: false
|
||||
tags: ["build", "amd64", "internet"]
|
||||
artifacts:
|
||||
when: always
|
||||
|
|
Ładowanie…
Reference in New Issue