Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MOldtime committed Dec 9, 2024
1 parent 6aaf1ce commit 18b42f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: |
MATCH_FOUND=false
for file in ${ALL_CHANGED_FILES}; do
echo "Matrix value '$value' matches changed file '$file'."
if [[ "$file" == "patches/*$VALUE.diff" || "$file" != patches/* ]]; then
echo "Matrix value '$value' matches changed file '$file'."
MATCH_FOUND=true
break
fi
Expand Down

0 comments on commit 18b42f3

Please sign in to comment.