Skip to content

Commit c5e3aa9

Browse files
committed
update cron schedule
1 parent 0484984 commit c5e3aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Update Profile README
22

33
on:
44
schedule:
5-
# Runs at 00:00 UTC every 5 days
6-
- cron: "0 0 */5 * *"
5+
# Runs at 00:00 UTC every 20 days
6+
- cron: "0 0 */20 * *"
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)