mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
Update run name for manual dispatch (#1090)
This commit is contained in:
parent
f41a844a38
commit
6f19a3effa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-helper.yml
vendored
2
.github/workflows/build-helper.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue