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 32b0f50 commit c85ac1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest

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

Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
runs-on: ubuntu-latest

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

Expand All @@ -74,6 +76,7 @@ jobs:
runs-on: ubuntu-latest

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

Expand All @@ -94,6 +97,7 @@ jobs:
runs-on: ubuntu-latest

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

Expand Down

0 comments on commit c85ac1a

Please sign in to comment.