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 742bb49 commit 2d8c463
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 @@ -39,5 +39,5 @@ jobs:
steps:
- run: echo ${{matrix.target.run}}

- if: matrix.target.run == "always" || matrix.target.run == ${{env.GITHUB_REF}}
- if: ${{ matrix.target.run == "always" || matrix.target.run == github.ref }}
run: echo "${{matrix.target.name}} ${{matrix.target.acr-name}}"

0 comments on commit 2d8c463

Please sign in to comment.