diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6acced6a8..dbe538e28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,6 +21,10 @@ on: - main - release-* +concurrency: + group: ${{ github.workflow }}-pr-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: ### Configuration checks ### helm-lint: