mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
Merge branch 'bugfix/ci_link_check_deps' into 'master'
ci: remove dependencies from link_check job See merge request espressif/esp-idf!6900
This commit is contained in:
@@ -301,6 +301,7 @@ check_doc_links:
|
|||||||
paths:
|
paths:
|
||||||
- docs/_build/linkcheck
|
- docs/_build/linkcheck
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
dependencies: []
|
||||||
script:
|
script:
|
||||||
# must be triggered with CHECK_LINKS=Yes, otherwise exit without test
|
# must be triggered with CHECK_LINKS=Yes, otherwise exit without test
|
||||||
- test "$CHECK_LINKS" = "Yes" || exit 0
|
- test "$CHECK_LINKS" = "Yes" || exit 0
|
||||||
|
Reference in New Issue
Block a user