Skip to content

Commit b4ab10d

Browse files
committed
Updating refresh rate
1 parent cc88379 commit b4ab10d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/renew.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Renew SSL certificate and publish it to backloop.dev
22

33
on:
44
schedule:
5-
# each Thursday at 10:30
6-
- cron: "30 10 * * 4"
5+
# each Two days at 10:30
6+
- cron: "30 10 */2 * *"
77
workflow_dispatch:
88

99
env:

0 commit comments

Comments
 (0)