Skip to content

Commit

Permalink
GithubCI: don't fail fast for PR tests (#1666)
Browse files Browse the repository at this point in the history
This will make re-running the failed actions cheaper.
  • Loading branch information
hainest committed Jan 10, 2024
1 parent f0108c7 commit cc5192e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
packages: read
strategy:
fail-fast: true
fail-fast: false
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-23.04', 'ubuntu-23.10', 'ubuntu-24.04', 'fedora-37', 'fedora-38', 'fedora-39']
runs-on: ubuntu-latest
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
permissions:
packages: read
strategy:
fail-fast: true
fail-fast: false
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-23.04', 'ubuntu-23.10', 'ubuntu-24.04']
runs-on: ubuntu-latest
Expand Down

0 comments on commit cc5192e

Please sign in to comment.