We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fcc75 commit a058304Copy full SHA for a058304
contrib/intel/jenkins/Jenkinsfile
@@ -355,7 +355,7 @@ def skip() {
355
}
356
357
echo "Changeset is: ${changeStrings.toArray()}"
358
- if (changeStrings.toArray().every { it =~ /(?:fabtests\/pytests|man|prov\/efa|prov\/opx|prov\/cxi|prov\/lpp|contrib\/aws).*$/ }) {
+ if (changeStrings.toArray().every { it =~ /(?:fabtests\/pytests|man|prov\/efa|prov\/opx|prov\/cxi|prov\/lpp|contrib\/aws|.github).*$/ }) {
359
echo "DONT RUN!"
360
return true
361
0 commit comments