Skip to content

Commit

Permalink
fix(github): update workflow run title for releases triggered by main
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Feb 17, 2024
1 parent 6a9ebb5 commit 154b5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bdt-fe--release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🧑‍🚀 Build & Deploy Release
run-name: "🧑‍🚀 ${{ inputs.env == 'prd' && 'PRD' || 'STG' }} - Build, Deploy, and Test - ${{ github.event_name == 'pull_request' && format('PR #{0}: {1}', github.event.pull_request.number, github.event.pull_request.title) || format('latest {0}', github.ref_name) }}"
run-name: "🧑‍🚀 ${{ github.event_name == 'push' && 'PRD' || inputs.env == 'prd' && 'PRD' || 'STG' }} - Build, Deploy, and Test - ${{ github.event_name == 'pull_request' && format('PR #{0}: {1}', github.event.pull_request.number, github.event.pull_request.title) || format('latest {0}', github.ref_name) }}"

on:
workflow_dispatch:
Expand Down

0 comments on commit 154b5c6

Please sign in to comment.