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 2c6dcfb commit 256e350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"name": "playground",
"acr-name": "radixdev",
"runOn": "refs/heads/release",
"runOn": "refs/pull/39/merge",
"mi-sql-admin-client-id": "8d02c39d-6757-4977-9ad3-017889fe3f45",
"ar-radix-vulnerability-scanner": "1a292b18-2960-49a5-b429-c8a50349b5eb",
"server": "sql-radix-vulnerability-scan-playground.database.windows.net"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
matrix: ${{fromJson(needs.matrix-prep.outputs.matrix)}}

steps:
- run: echo ${{matrix}}
- run: echo ${{matrix.name}}

0 comments on commit 256e350

Please sign in to comment.