Use fast-fail only on PRs

This commit is contained in:
Curtis Vogt
2024-01-10 10:05:48 -06:00
parent 3c1df8e430
commit a208c66935

View File

@@ -17,7 +17,7 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: ${{ github.event_name == 'pull_request' }}
matrix:
version:
- "1.0"