Skip to content

Commit

Permalink
Do not cancel all jobs in a workflow if one fails. (#5, thanks @striezel
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel authored Dec 2, 2022
1 parent d95afad commit 4fbfe80
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 4fbfe80

Please sign in to comment.