Skip to content

Commit f35b522

Browse files
committed
2 parents 5c28a83 + 9b98af5 commit f35b522

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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+

.github/workflows/update-tolgee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tolgee CI
22

33
on:
44
schedule:
5-
- cron: 0 0 * * *
5+
- cron: 0 0 */2 * *
66
workflow_dispatch:
77
jobs:
88
load-translations:

0 commit comments

Comments
 (0)