forked from espressif/esp-idf
ci: build all docs if soc_caps.h changed
soc_caps.h is thightly coupled with the docs build. Should build all docs after changing it to make sure nothing broke.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
- "docs/**/*"
|
||||
- "**/*.rst"
|
||||
- "CONTRIBUTING.rst"
|
||||
- "**/soc_caps.h"
|
||||
|
||||
.patterns-docs-partial: &patterns-docs-partial
|
||||
- "components/**/*.h"
|
||||
@@ -43,6 +44,9 @@
|
||||
|
||||
.doc-rules:build:docs-partial:
|
||||
rules:
|
||||
- <<: *if-dev-push
|
||||
changes: *patterns-docs-full
|
||||
when: never
|
||||
- <<: *if-dev-push
|
||||
changes: *patterns-docs-partial
|
||||
|
||||
|
Reference in New Issue
Block a user