diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 9bb6f7b..9152c2b 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -1,6 +1,10 @@ name: Verify on: [push, pull_request] +concurrency: + group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' + cancel-in-progress: true + jobs: lint: name: Lint