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 <zachary.dworkin@intel.com>
  • Loading branch information
zachdworkin authored and j-xiong committed Feb 11, 2025
1 parent e5626e8 commit 1645d0c
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 @@ -353,7 +353,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 1645d0c

Please sign in to comment.