ci: cancel duplicate test workflow (#1513)

This commit is contained in:
Jonas L 2022-01-13 18:35:42 +01:00 committed by GitHub
parent c2cd1c28b8
commit 4443528cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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