Skip to content

Commit 6e0717c

Browse files
authored
change monthly release cron timing
1 parent 3519cf2 commit 6e0717c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Monthly Release
33
on:
44
schedule:
55
# Run on the 1st of every month at 00:00 UTC
6-
- cron: '0 0 1 * *'
6+
- cron: '0 1 1 * *'
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)