Skip to content

Commit 0ba649c

Browse files
Change schedule and allow manuall trigger the CI
1 parent dc0e6fe commit 0ba649c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/watch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Watch for changes
22

33
on:
44
schedule:
5-
- cron: '0 6 * * *'
5+
- cron: '0 13 * * *'
6+
workflow_dispatch:
67

78
jobs:
89
call-watch:

0 commit comments

Comments
 (0)