فهرست منبع

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.
Marius Vikhammer 2 سال پیش
والد
کامیت
21c8a6d3f7
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      .gitlab/ci/docs.yml

+ 4 - 0
.gitlab/ci/docs.yml

@@ -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