Skip to content

Commit b8bba34

Browse files
committed
change the release cron to weekl
1 parent c942701 commit b8bba34

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
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
schedule:
5-
- cron: '0 8 * * *' # Every day at 08:00 UTC
5+
- cron: '0 8 * * 1' # Every Monday at 08:00 UTC
66
workflow_dispatch:
77

88
concurrency:

0 commit comments

Comments
 (0)