Skip to content

Commit f3737d5

Browse files
committed
Updating github-config
1 parent 6dc98e1 commit f3737d5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create-release-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create reminder issue for buildpack releases
22

33
on:
44
schedule:
5-
- cron: '0 3 * * MON '
5+
- cron: '54 3 * * MON' # every Monday at 3:54am UTC
66
workflow_dispatch: {}
77

88
jobs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update buildpack.toml
22

33
on:
44
schedule:
5-
- cron: '30 */6 * * *'
5+
- cron: '1 6 * * *' # daily at 06:01 UTC
66
workflow_dispatch: {}
77

88
concurrency: buildpack_update

.github/workflows/update-github-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update shared github-config
22

33
on:
44
schedule:
5-
- cron: '30 2 * * *'
5+
- cron: '20 17 * * *' # daily at 17:20 UTC
66
workflow_dispatch: {}
77

88
concurrency: github_config_update

0 commit comments

Comments
 (0)