Skip to content

Commit

Permalink
use private matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed May 29, 2024
1 parent 90fd0d7 commit beefc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/E2E.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
runs-on: [ ubuntu-latest ]
needs: [ Check, SetupRepositories, Analyze ]
if: github.event.inputs.runTestMatrix == 'true' && github.event.inputs.includePrivateRepos == 'true'
strategy: ${{ fromJson(needs.Analyze.outputs.publictestruns) }}
strategy: ${{ fromJson(needs.Analyze.outputs.privatetestruns) }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit beefc87

Please sign in to comment.