We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8549ebf commit 6aa4d65Copy full SHA for 6aa4d65
.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 15 * * 4'
+ - cron: '0 15 * * 5'
7
workflow_dispatch: # <-- leave this so you can run it by hand
8
9
0 commit comments