Skip to content

Commit b77468e

Browse files
committed
hack?
1 parent 8595468 commit b77468e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if [[ "${#targets[@]}" != "0" ]]; then
112112
echo "Only running targets matching '${targets[@]}'."
113113
matrix=$(
114-
yq --output-format json '[.[] | select('"${query}"')]' <<< "${matrix}"
114+
yq --output-format json <<< "${matrix}" || jq '[.[] | select('"${query}"')]'
115115
)
116116
else
117117
echo 'Running all targets.'

0 commit comments

Comments
 (0)