Skip to content

Commit

Permalink
fix check-patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Feb 15, 2024
1 parent 5d15cf0 commit 03b4e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check-patterns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ for pattern in ${BUILDER_2204_PATTERNS[@]}; do
done

run_contrib="0"
if $run_tc || $run_2204; then
if [[ "$run_tc" == "1" ]] || [[ "$run_2204" == "1" ]]; then
run_contrib="1"
else
for pattern in ${CONTRIB_PATTERNS[@]}; do
Expand Down

0 comments on commit 03b4e19

Please sign in to comment.