ci: cancel duplicate test workflow (#1513)
This commit is contained in:
parent
c2cd1c28b8
commit
4443528cf8
|
@ -7,6 +7,10 @@ on:
|
|||
types: [opened, reopened, synchronize, edited]
|
||||
branches: [main]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue