diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8b8e97aa..c15689123 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,10 @@ on: pull_request: branches: [ "feat/refresh" ] +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + env: HUSKY: 0