diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d8cf5e5..79a4f3e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,10 +1,15 @@ name: Lint + on: push: branches: - master pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: lint: name: Lint