Skip to content

Commit 665abab

Browse files
igorpecovnikclaude
andcommitted
Adjust workflow cron schedules
- data-update-image-info.yml: weekly to every 4 hours - generate-servers-jsons.yml: hourly to daily at 02:00 UTC Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent e7cb45c commit 665abab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/data-update-image-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Data: Generate build engine inventory"
22

33
on:
44
schedule:
5-
- cron: "30 0 * * MON"
5+
- cron: "0 */4 * * *"
66
workflow_dispatch:
77
repository_dispatch:
88
types: ["Data: Generate build engine inventory"]

.github/workflows/generate-servers-jsons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Infrastructure: Cache servers JSONs"
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 * * * *'
6+
- cron: '0 2 * * *'
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)