Skip to content

Commit

Permalink
ci: remove fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Aug 14, 2021
1 parent 3e29d9e commit 57f17bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
needs: pre_job
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os:
- "ubuntu-latest"
Expand Down

0 comments on commit 57f17bd

Please sign in to comment.