From 2bd1570d6b34d5e2c0ca4856b12762ae4cf97c4f Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Wed, 4 Mar 2026 19:30:36 +1100 Subject: [PATCH] Update deploy PR workflow name to include PR number (#2726) --- .github/workflows/deploy-pull-request.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pull-request.yml b/.github/workflows/deploy-pull-request.yml index cb0cafe1..16abf517 100644 --- a/.github/workflows/deploy-pull-request.yml +++ b/.github/workflows/deploy-pull-request.yml @@ -1,4 +1,5 @@ name: Deploy PR to Netlify +run-name: Deploy PR #${{ github.event.workflow_run.pull_requests[0].number }} on: workflow_run: @@ -7,7 +8,7 @@ on: jobs: deploy-pull-request: - name: Deploy pull request + name: Deploy PR #${{ github.event.workflow_run.pull_requests[0].number }} runs-on: ubuntu-latest permissions: contents: read @@ -53,4 +54,4 @@ jobs: comment-tag: ${{ steps.pr.outputs.id }} message: | Preview: ${{ steps.netlify.outputs.deploy-url }} - ⚠️ Exercise caution. Use test accounts. ⚠️ \ No newline at end of file + ⚠️ Exercise caution. Use test accounts. ⚠️