Skip to content

Commit

Permalink
ci: don’t cancel all in-progress jobs when one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell committed Feb 22, 2022
1 parent 80a9d9a commit fc42aa1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ghc:
- "9.2"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
build:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
ghc:
- "9.2"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
build:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
ghc:
# - "9.2"
# - "9.0"
# - "8.10"
- "9.2"
- "9.0"
- "8.10"
- "8.8"
- "8.6"
env:
Expand Down

0 comments on commit fc42aa1

Please sign in to comment.