From ce6ce164c59d178f729fae24b586b1bc78720125 Mon Sep 17 00:00:00 2001 From: Dilan Sachintha Nayanajith Date: Wed, 4 Oct 2023 11:46:29 +0530 Subject: [PATCH] Update .github/workflows/pull-request.yml Co-authored-by: MohamedSabthar --- .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 b79d9d1..5cdb8f7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,4 +1,4 @@ -name: PR build +name: PR Build concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}