Skip to content

Commit 57375e0

Browse files
committed
workflows/nightly: Allow manual trigger for better testability
1 parent d98fafd commit 57375e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Nightly builds
22
on:
3+
workflow_dispatch: # Allows manual trigger
34
schedule:
4-
- cron: '0 0 * * *'
5+
- cron: '0 0 * * *'
56
jobs:
67
nightly:
78
strategy:

0 commit comments

Comments
 (0)