Skip to content

Commit

Permalink
Don't fail if no files were changed
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Dec 3, 2023
1 parent 2b6c9c4 commit c283190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
matrix-job:
runs-on: ubuntu-latest
needs: setup-matrix
if: ${{ fromJson(needs.setup-matrix.outputs.matrix-combinations) }}
strategy:
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix-combinations) }}
steps:
Expand Down

0 comments on commit c283190

Please sign in to comment.