Skip to content

Commit 1645d0c

Browse files
zachdworkinj-xiong
authored andcommitted
contrib/intel/jenkins: opt-out if all changes are in .github folder
Signed-off-by: Zach Dworkin <[email protected]>
1 parent e5626e8 commit 1645d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/intel/jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def skip() {
353353
}
354354

355355
echo "Changeset is: ${changeStrings.toArray()}"
356-
if (changeStrings.toArray().every { it =~ /(?:fabtests\/pytests|man|prov\/efa|prov\/opx|prov\/cxi|prov\/lpp|contrib\/aws).*$/ }) {
356+
if (changeStrings.toArray().every { it =~ /(?:fabtests\/pytests|man|prov\/efa|prov\/opx|prov\/cxi|prov\/lpp|contrib\/aws|.github).*$/ }) {
357357
echo "DONT RUN!"
358358
return true
359359
}

0 commit comments

Comments
 (0)