diff --git a/.github/workflows/pr_title.yaml b/.github/workflows/pr_title.yaml index 5bc673dfd..61bd54abc 100644 --- a/.github/workflows/pr_title.yaml +++ b/.github/workflows/pr_title.yaml @@ -4,6 +4,11 @@ on: pull_request_target: types: [opened, edited, synchronize, reopened] +# Most recent PR change superseeds previous changes. +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + # Default to the minimum read-only token for all jobs. permissions: contents: read