diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c69d99ce..2cb78577 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,10 @@ name: Continuous Integration on: [push, pull_request] +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: lint: name: Lint