Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 6fe1dfc

Browse files
authored
Update monthly_release.yml
1 parent 6f56956 commit 6fe1dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monthly_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Monthly Release
22

33
on:
44
schedule:
5-
- cron: '0 0 1 * *' # Runs at 00:00 on the 1st of every month
5+
- cron: '0 0 21 * *' # Runs at 00:00 on the 1st of every month
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)