diff --git a/.github/workflows/pr_title.yml b/.github/workflows/pr_title.yml index 827e0a9..76ed391 100644 --- a/.github/workflows/pr_title.yml +++ b/.github/workflows/pr_title.yml @@ -6,7 +6,7 @@ on: # Most recent PR change supersedes previous changes. concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true # Default to the minimum read-only token for all jobs.