Skip to content

Commit

Permalink
Change needsS
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Jul 27, 2022
1 parent a8a3242 commit 0313ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/matrix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
build:
name: Building ${{ matrix.builds.name }} on ${{ matrix.builds.runs-on }}
needs: [ matrix-prep, create-release ]
#needs: [ matrix-prep, create-release ]
needs: matrix-prep
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
Expand Down

0 comments on commit 0313ac5

Please sign in to comment.