We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ea4c3 commit 8549ebfCopy full SHA for 8549ebf
.github/workflows/renew.yml
@@ -3,7 +3,7 @@ name: Renew No-IP
3
on:
4
# run every SATURDAY at 03:00 UTC (once per week, safely inside the 7-day window)
5
schedule:
6
- - cron: '0 4 * * 4'
+ - cron: '0 15 * * 4'
7
workflow_dispatch: # <-- leave this so you can run it by hand
8
9
0 commit comments