Skip to content

Commit

Permalink
Do not cancel all jobs in a workflow if one fails. (#10, thanks @stri…
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel authored Dec 3, 2022
1 parent f605346 commit c9dd8d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
jobs:
gcc:
strategy:
fail-fast: false
matrix:
version: [9, 10, 11]

Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:

clang:
strategy:
fail-fast: false
matrix:
version: [11, 12]

Expand Down Expand Up @@ -74,6 +76,7 @@ jobs:

msvc:
strategy:
fail-fast: false
matrix:
os: [windows-2019, windows-2022]

Expand Down

0 comments on commit c9dd8d7

Please sign in to comment.