diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d695786..4e78c55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,10 @@ on: branches: [main, "takt/**"] workflow_dispatch: +concurrency: + group: ci-${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }} + cancel-in-progress: true + jobs: lint: runs-on: ubuntu-latest