From 819558e51c43a9c11deb90afe954433a0e920975 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Mon, 21 Oct 2024 12:55:03 -0700 Subject: [PATCH] Update run name for manual dispatch --- .github/workflows/build-helper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-helper.yml b/.github/workflows/build-helper.yml index 8648115086..afa3bb49de 100644 --- a/.github/workflows/build-helper.yml +++ b/.github/workflows/build-helper.yml @@ -3,7 +3,7 @@ # 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 name: Build Helper -run-name: Build ${{ github.ref_name }} +run-name: Build ${{ github.ref_name }}${{ github.event_name == 'workflow_dispatch' && ' - Manual'}} on: push: tags: