Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bump-tsgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ permissions:
on:
workflow_dispatch:
schedule:
# 04:00 UTC daily (before nightly at 06:00)
- cron: "0 4 * * *"
# 04:23 UTC daily (off-hour to avoid GH Actions peak load; before nightly at 06:47)
- cron: "23 4 * * *"

concurrency:
group: bump-tsgo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ permissions:
on:
workflow_dispatch:
schedule:
# 06:00 UTC daily
- cron: "0 6 * * *"
# 06:47 UTC daily (off-hour to avoid GH Actions peak load)
- cron: "47 6 * * *"

concurrency:
group: nightly
Expand Down