Skip to content

Commit

Permalink
Disable cancel-in-progress for matrix tests
Browse files Browse the repository at this point in the history
Recently, acceptance tests has been unstable.
It's better to run them all anyway.
  • Loading branch information
minamijoyo committed Dec 23, 2022
1 parent d5836fa commit 6ec2c36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
paths-ignore:
- '**.md'

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

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6ec2c36

Please sign in to comment.