Skip to content

Commit 9fcb430

Browse files
Restore ci/build_docs.sh and fern/** exclusions in changed-files groups
Changes to ci/build_docs.sh should not trigger test_cpp, test_python_conda, or test_python_wheels. Replace the old !docs/** exclusion (Sphinx tree, now deleted) with !fern/** in test_cpp and test_python_conda so Fern-only changes don't trigger those test suites. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Ramakrishna Prabhu <ramakrishnap@nvidia.com>
1 parent 9796339 commit 9fcb430

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
- '!README.md'
175175
- '!SECURITY.md'
176176
- '!agents/**'
177+
- '!ci/build_docs.sh'
177178
- '!ci/build_python.sh'
178179
- '!ci/build_wheel*.sh'
179180
- '!ci/check_style.sh'
@@ -186,6 +187,7 @@ jobs:
186187
- '!ci/utils/sync_skills_version.sh'
187188
- '!ci/utils/validate_skills.sh'
188189
- '!container-builder/**'
190+
- '!fern/**'
189191
- '!gemini-extension.json'
190192
- '!helmchart/**'
191193
- '!img/**'
@@ -242,6 +244,7 @@ jobs:
242244
- '!README.md'
243245
- '!SECURITY.md'
244246
- '!agents/**'
247+
- '!ci/build_docs.sh'
245248
- '!ci/build_wheel*.sh'
246249
- '!ci/check_style.sh'
247250
- '!ci/docker/**'
@@ -252,6 +255,7 @@ jobs:
252255
- '!ci/utils/sync_skills_version.sh'
253256
- '!ci/utils/validate_skills.sh'
254257
- '!container-builder/**'
258+
- '!fern/**'
255259
- '!gemini-extension.json'
256260
- '!helmchart/**'
257261
- '!img/**'
@@ -308,6 +312,7 @@ jobs:
308312
- '!SECURITY.md'
309313
- '!agents/**'
310314
- '!ci/build_cpp.sh'
315+
- '!ci/build_docs.sh'
311316
- '!ci/build_python.sh'
312317
- '!ci/check_style.sh'
313318
- '!ci/docker/**'

0 commit comments

Comments
 (0)