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