Skip to content

Commit

Permalink
chore(ci): continue running on matrix item error
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Nov 10, 2022
1 parent ae26ce7 commit c49ace8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
pull_request:
branches: [master]

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
static-analysis:
runs-on: ubuntu-latest
Expand All @@ -21,6 +25,7 @@ jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
config:
- headless
Expand Down

0 comments on commit c49ace8

Please # to comment.