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