Skip to content

Commit b7193a6

Browse files
Add workflow_dispatch to our nightly publish script. (#39485)
* Add workflow_dispatch to our nightly publish script. * Update nightly.yaml
1 parent 4f37555 commit b7193a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Publish Nightly
33
on:
44
schedule:
55
- cron: '0 7 * * *'
6+
# enable users to manually trigger with workflow_dispatch
7+
workflow_dispatch: {}
68
repository_dispatch:
79
types: publish-nightly
810

0 commit comments

Comments
 (0)