From ee074521159a297b1759bdb2cee6ebbb53e76f7a Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 20 Dec 2023 10:48:57 +0530 Subject: [PATCH] fix(ci): allow pull_request workflow to run in merge queues --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7931c3ac1f..9df5b86249 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -5,7 +5,7 @@ on: name: Check pull request concurrency: - group: ${{ github.head_ref }} + group: ${{ github.head_ref || github.ref_name }} cancel-in-progress: true env: