diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31b0ac5..10078c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: # Prevent duplicate runs if Renovate falls back to creating a PR concurrency: - group: ${{ github.workflow }}-${{github.event_name}}-${{ github.head_ref || github.ref_name }} + group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} cancel-in-progress: true jobs: