We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc88379 commit b4ab10dCopy full SHA for b4ab10d
1 file changed
.github/workflows/renew.yml
@@ -2,8 +2,8 @@ name: Renew SSL certificate and publish it to backloop.dev
2
3
on:
4
schedule:
5
- # each Thursday at 10:30
6
- - cron: "30 10 * * 4"
+ # each Two days at 10:30
+ - cron: "30 10 */2 * *"
7
workflow_dispatch:
8
9
env:
0 commit comments