Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfarley committed Nov 22, 2023
1 parent afa7fb8 commit 5e98bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/build_autotriage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ identifyFailedBuildsInTimerPipelines() {
latestTimerPipeline=${jsonEntry:9:-1}
echo
fi
if [[ $jsonEntry =~ ^\"startBy\"\:\"(timer|.*build-scripts/weekly-openjdk.*|releaseTrigger_[0-9]+ea)\" ]]; then
if [[ $jsonEntry =~ ^\"startBy\"\:\"(timer|.*build-scripts/weekly-openjdk.*|releaseTrigger_[0-9]+ea)\"$ ]]; then
break
fi
done
Expand Down

0 comments on commit 5e98bfc

Please sign in to comment.