Skip to content

Commit 2b108dd

Browse files
authored
Change cron schedule for icon updates
Updated the cron schedule to run every 4 days instead of daily.
1 parent 75cd438 commit 2b108dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-icons.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Retrieve latest icons from excel file
22

33
on:
44
schedule:
5-
- cron: 0 0 * * *
5+
- cron: 0 0 */4 * *
66
workflow_dispatch:
77

88
jobs:
@@ -43,3 +43,4 @@ jobs:
4343
commit-message: "Update icons and screenshots from the excel file"
4444
branch: pull-request/update-icons-and-screenshots
4545
body-path: pr_body.md
46+

0 commit comments

Comments
 (0)