Skip to content

Commit fe060d6

Browse files
committed
test-spec: Add global exclude
Do not run downstream jobs if only VERSION or .rst files changed Signed-off-by: Jan Gałda <[email protected]>
1 parent 4cba1bf commit fe060d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/test-spec.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# This is the Jenkins ci variant of the .github/labler.yaml
22

3+
"__EXCLUDE__":
4+
- "**/VERSION"
5+
- "**/*.rst"
6+
37
"CI-run-twister":
48
- any:
59
- "!.github/**/*"
@@ -8,7 +12,6 @@
812
- "!test-manifests/**/*"
913
- "!CODEOWNERS"
1014
- "!LICENSE"
11-
- "!**/*.rst"
1215
- "!VERSION"
1316
- "!ncs_version.h.in"
1417

0 commit comments

Comments
 (0)