Skip to content

Commit 03fbc88

Browse files
authored
Allow manually triggering of nightly build (#1268)
Documentation says the user must have write access to trigger this
1 parent c72b909 commit 03fbc88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Nightly
33
on:
44
schedule:
55
- cron: "0 0 * * *"
6+
workflow_dispatch:
67

78
jobs:
89
tests_release:

0 commit comments

Comments
 (0)