Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning authored Oct 9, 2024
1 parent ab3f1fe commit dcbb72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dynamic-matrix-subvalues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
name: ${{ matrix.repositories.name }}
runs-on: ubuntu-latest
strategy:
matrix: ${{ fromJson(fromJson(needs.prepare.outputs.repositories).repositories) }}
matrix: "${{ fromJson(needs.prepare.outputs.repositories).organization.repositories }}"
fail-fast: false
max-parallel: 15
steps:
Expand Down

0 comments on commit dcbb72d

Please sign in to comment.