Skip to content

Commit 02cdef3

Browse files
Copilotcastrojo
andcommitted
feat: adjust release schedule to 02:00 UTC
- Change schedule from 12:00 UTC to 02:00 UTC - Changelog generation now runs 1 hour after builds start - Schedule: builds at 01:00 UTC, release at 02:00 UTC Assisted-by: Claude 3.5 Sonnet via GitHub Copilot Co-authored-by: castrojo <[email protected]>
1 parent 9270b8c commit 02cdef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-changelog-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
schedule:
3-
- cron: '0 12 * * 2' # Every Tuesday at 12:00 UTC
3+
- cron: '0 2 * * 2' # Every Tuesday at 02:00 UTC
44
workflow_call:
55
inputs:
66
stream_name:

0 commit comments

Comments
 (0)