diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7605ec58..66bb58e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,10 @@ on: pull_request: branches: ["main"] +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + env: SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache"