diff --git a/.github/workflows/comment-on-pr.yml b/.github/workflows/comment-on-pr.yml index 5452343649..5c627cae37 100644 --- a/.github/workflows/comment-on-pr.yml +++ b/.github/workflows/comment-on-pr.yml @@ -4,7 +4,7 @@ on: repository_dispatch: types: comment-pr -concurrency: ${{ github.event.repository.name }}-${{ github.ref }} +concurrency: ${{ github.event.repository.name }}-${{ github.event.client_payload.pr_number }} jobs: comment-on-pr: