Skip to content

Commit 3436899

Browse files
authored
Autorelease run every 3 months
It seems running autorelease every week is too often. Changes are not very significant. So switching into min 3 months interval.
1 parent e9e839a commit 3436899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autorelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Automatic releases
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 3 * * 0'
6+
- cron: '10 10 * */3 0'
77

88
jobs:
99
auto-release:

0 commit comments

Comments
 (0)