diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3334c1a46..222bf64af8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: pull_request: concurrency: - group: ci-${{ github.event.pull_request.number || github.sha }} + group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: