Skip to content

Commit

Permalink
hack?
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Jun 7, 2022
1 parent 8595468 commit b77468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
if [[ "${#targets[@]}" != "0" ]]; then
echo "Only running targets matching '${targets[@]}'."
matrix=$(
yq --output-format json '[.[] | select('"${query}"')]' <<< "${matrix}"
yq --output-format json <<< "${matrix}" || jq '[.[] | select('"${query}"')]'
)
else
echo 'Running all targets.'
Expand Down

0 comments on commit b77468e

Please sign in to comment.