From ac33341a2fc2263106f28face4abca4968325c42 Mon Sep 17 00:00:00 2001 From: Jacob Domagala Date: Sat, 29 Apr 2023 17:09:42 +0200 Subject: [PATCH] #2138: CI: Change concurrency to use PR number instead of branch name --- .github/workflows/comment-on-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: