Skip to content

Commit

Permalink
Disable fail-fast in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 13, 2022
1 parent 47920fa commit df10379
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 @@ -49,6 +49,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
distro: [ "tumbleweed", "leap_latest" ]

Expand All @@ -67,6 +68,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
distro: [ "leap_latest" ]

Expand All @@ -87,6 +89,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
distro: [ "leap_latest" ]

Expand Down

0 comments on commit df10379

Please sign in to comment.