Skip to content

Commit 6f19a3e

Browse files
authored
Update run name for manual dispatch (#1090)
1 parent f41a844 commit 6f19a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# For more information on the Windows Code Signing, see https://docs.digicert.com/en/digicert-keylocker/ci-cd-integrations/plugins/github-custom-action-for-keypair-signing.html and https://docs.digicert.com/en/digicert-keylocker/signing-tools/sign-authenticode-with-electron-builder-using-ksp-integration.html
44

55
name: Build Helper
6-
run-name: Build ${{ github.ref_name }}
6+
run-name: Build ${{ github.ref_name }}${{ github.event_name == 'workflow_dispatch' && ' - Manual'}}
77
on:
88
push:
99
tags:

0 commit comments

Comments
 (0)