Skip to content

Commit fe3c1e3

Browse files
authored
[CI] Add 'workflow-dispatch' trigger for nightly workflow (#305)
1 parent e71c533 commit fe3c1e3

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 routine
33
on:
44
schedule:
55
- cron: '0 0 * * *'
6+
workflow_dispatch:
67

78
permissions:
89
issues: write

0 commit comments

Comments
 (0)