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 dfc4551 commit 9bc4786
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 @@ -43,6 +44,7 @@ jobs:
runs-on: ubuntu-latest

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

Expand All @@ -61,6 +63,7 @@ jobs:
runs-on: ubuntu-latest

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

Expand All @@ -79,6 +82,7 @@ jobs:
runs-on: ubuntu-latest

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

Expand All @@ -99,6 +103,7 @@ jobs:
runs-on: ubuntu-latest

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

Expand Down

0 comments on commit 9bc4786

Please sign in to comment.