From 73f895217b00ac638434b8a160189becc0c69de9 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Tue, 11 Apr 2023 13:11:57 +0800 Subject: [PATCH] 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. --- .gitlab/ci/docs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab/ci/docs.yml b/.gitlab/ci/docs.yml index d65243760c..8f8a137789 100644 --- a/.gitlab/ci/docs.yml +++ b/.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