Skip to content

Commit 05d1a7a

Browse files
committed
Make it run at 8am instead of in the middle of the night
This gives me a chance to react if necessary, e.g. by tweaking the release notes, or by deleting it again if something went wrong.
1 parent db3a23a commit 05d1a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Release
22

33
on:
44
schedule:
5-
# Runs at 2:00 AM UTC on every Saturday
5+
# Runs at 8:00 AM UTC on every Saturday
66
# We'll check below if it's the first Saturday of the month, and fail if not
7-
- cron: '0 2 * * 6'
7+
- cron: '0 8 * * 6'
88
# Allow manual triggering of the workflow
99
workflow_dispatch:
1010
inputs:

0 commit comments

Comments
 (0)