Skip to content

Commit

Permalink
Updating github-config
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Oct 13, 2023
1 parent 51d2038 commit db55740
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create reminder issue for buildpack releases

on:
schedule:
- cron: '0 3 * * MON '
- cron: '54 3 * * MON' # every Monday at 3:54am UTC
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-buildpack-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update buildpack.toml

on:
schedule:
- cron: '30 */6 * * *'
- cron: '1 6 * * *' # daily at 06:01 UTC
workflow_dispatch: {}

concurrency: buildpack_update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-github-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update shared github-config

on:
schedule:
- cron: '30 2 * * *'
- cron: '20 17 * * *' # daily at 17:20 UTC
workflow_dispatch: {}

concurrency: github_config_update
Expand Down

0 comments on commit db55740

Please sign in to comment.