Skip to content

Commit a6f6a7d

Browse files
authored
Update build-openwrt.yml
1 parent fa0fc39 commit a6f6a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-openwrt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ on:
6969
## If you want to use 'watch', 'schedule' events, make sure you also have changed the jobs' `if` condition.
7070
## For 'schedule', see examples in: https://crontab.guru/examples.html
7171
## e.g. every sunday midnight: '0 0 * * 0' every midnight: '0 0 * * *'
72-
# schedule:
73-
# - cron: '0 0 * * 0'
72+
schedule:
73+
- cron: '0 16 * * *'
7474
# watch:
7575
# types: [started]
7676

0 commit comments

Comments
 (0)