Skip to content

Commit f78c1c5

Browse files
committed
Updating github-config
1 parent ec4144b commit f78c1c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-builder-toml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update builder.toml and Send Pull Request
22

33
on:
44
schedule:
5-
- cron: '36 0,12 * * *' # daily at 00:36 and 12:36 UTC
5+
- cron: '27 2,14 * * *' # daily at 02:27 and 14:27 UTC
66
workflow_dispatch: {}
77

88
concurrency: builder_update

.github/workflows/update-test-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update test data from samples
22

33
on:
44
schedule:
5-
- cron: '47 8 * * *' # daily at 08:46 UTC
5+
- cron: '46 4 * * *' # daily at 04:46 UTC
66
workflow_dispatch: {}
77

88
concurrency: test_data_update

0 commit comments

Comments
 (0)