Skip to content

Commit 54cb811

Browse files
committed
chore: move changelog to 10am UTC to allow prerelease PR merge
1 parent ccbbb30 commit 54cb811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_changelog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
# branches:
1818
# - develop
1919
schedule:
20-
# Note: run daily at 7am UTC time until upstream git-chlog uses stable sorting
21-
- cron: "0 7 * * *"
20+
# Note: run daily at 10am UTC time until upstream git-chlog uses stable sorting
21+
- cron: "0 10 * * *"
2222

2323
permissions:
2424
contents: read

0 commit comments

Comments
 (0)