Skip to content

Commit a058304

Browse files
committed
contrib/intel/jenkins: opt-out if all changes are in .github folder
Signed-off-by: Zach Dworkin <[email protected]>
1 parent 79fcc75 commit a058304

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
@@ -355,7 +355,7 @@ def skip() {
355355
}
356356

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

0 commit comments

Comments
 (0)