From ef860aa9a0f4cab01f813173e92aad4bc20754bd Mon Sep 17 00:00:00 2001 From: Guillermo Orellana <172084+wiyarmir@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:53:06 +0100 Subject: [PATCH] Update pull_request.yaml --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 78eb181..b92e0c1 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -1,7 +1,7 @@ name: 'Pull Request Build' concurrency: - group: ${{ github.event_name }}/${{ github.event.branch }}/${{ github.event.number }}/${{ github.event.head_ref }} + group: ${{ github.event_name }}/${{ github.event.branch }}/${{ github.event.number }}/${{ github.head_ref }} on: merge_group: