Skip to content

Commit

Permalink
test matrix in pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Feb 7, 2024
1 parent 7f02291 commit 850c66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
REF: ${{ github.ref }}
run: |
matrix=$(jq --arg ref "$REF" 'map( . | select((.runOn==$ref) or (.runOn=="always")))' targets.json)
matrix=$(jq --arg ref "$REF" 'map( . | select((.runOn==$ref) or (.runOn=="always")))' .github/workflows/targets.json)
echo "matrix={\"include\":$(echo $matrix)}" >> $GITHUB_OUTPUT
build:
Expand Down

0 comments on commit 850c66a

Please sign in to comment.