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 99f280a commit dcc9162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
subscription-id: "ded7ca41-37c8-4085-862f-b11d21ab341a"

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

0 comments on commit dcc9162

Please sign in to comment.