Skip to content

Commit 83ea4c3

Browse files
authored
Update renew.yml
1 parent 1b9988d commit 83ea4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Renew No-IP
33
on:
44
# run every SATURDAY at 03:00 UTC (once per week, safely inside the 7-day window)
55
schedule:
6-
- cron: '*/5 * * * *'
6+
- cron: '0 4 * * 4'
77
workflow_dispatch: # <-- leave this so you can run it by hand
88

99

0 commit comments

Comments
 (0)