Skip to content

Commit

Permalink
make bors try happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Jun 7, 2022
1 parent 945570e commit b1d187a
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 @@ -102,7 +102,7 @@ jobs:
selects=()
for target in "${targets[@]}"; do
selects+=(".target == \"${target}\"")
selects+=(".target + (if .sub then \".\" + .sub else \"\" end) == \"${target}\"")
done
query=$(printf " or %s" "${selects[@]}")
query="${query:4}"
Expand Down

0 comments on commit b1d187a

Please sign in to comment.