mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
CI: Only run check_doc_links if we actually deployed
Update the check_doc_links job run conditions to match github/doc deploy as a lot of the links link to github files.
This commit is contained in:
@ -3,9 +3,12 @@
|
|||||||
image: $ESP_IDF_DOC_ENV_IMAGE
|
image: $ESP_IDF_DOC_ENV_IMAGE
|
||||||
tags: [ "build", "amd64", "internet" ]
|
tags: [ "build", "amd64", "internet" ]
|
||||||
only:
|
only:
|
||||||
- master
|
refs:
|
||||||
- /^release\/v/
|
- master
|
||||||
- /^v\d+\.\d+(\.\d+)?($|-)/
|
- /^release\/v/
|
||||||
|
- /^v\d+\.\d+(\.\d+)?($|-)/
|
||||||
|
variables:
|
||||||
|
- $BOT_TRIGGER_WITH_LABEL == null
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user