Skip to content

Commit 6a411b7

Browse files
committed
allow manually trigger release action
A lot of people seems to encoutner similar issue... https://github.com/orgs/community/discussions/185024
1 parent d0943cb commit 6a411b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: nightly
33
on:
44
schedule:
55
- cron: "13 15 * * *"
6+
workflow_dispatch: # Allows manual trigger from GitHub UI
7+
68
jobs:
79
nightly_release:
810
environment: env

0 commit comments

Comments
 (0)