Skip to content

Commit

Permalink
contrib/intel/jenkins: opt-out if all changes are in .github folder
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin committed Feb 14, 2025
1 parent 79fcc75 commit a058304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def skip() {
}

echo "Changeset is: ${changeStrings.toArray()}"
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).*$/ }) {
echo "DONT RUN!"
return true
}
Expand Down

0 comments on commit a058304

Please sign in to comment.