Skip to content

Commit 0c0414a

Browse files
authored
Merge pull request #5270 from LibreSign/fix/previous-pr
fix: strategy
2 parents 9e642e7 + 67c65d2 commit 0c0414a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
run: if ${{ needs.changes.outputs.src != 'false' && needs.phpunit-mysql.result != 'success' }}; then exit 1; fi
215215

216216
upload-coverage:
217-
needs: phpunit-mysql
217+
needs: [phpunit-mysql, matrix]
218218
runs-on: ubuntu-latest
219219
strategy:
220220
matrix:

0 commit comments

Comments
 (0)