Skip to content

Commit

Permalink
Disable fails fast for CI job
Browse files Browse the repository at this point in the history
This allows other jobs continue to run even though one job has failed.
  • Loading branch information
jacob-carlborg committed Jun 6, 2022
1 parent 0d2e2c9 commit 4aec44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
container: ubuntu:21.04
strategy:
fail-fast: false
matrix:
version:
- 6.8
Expand Down

0 comments on commit 4aec44d

Please sign in to comment.