Skip to content

Commit 3599580

Browse files
author
Jared Allard
committed
fix: 1st -> 15th
1 parent 822a46f commit 3599580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/.circleci/config.yml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ workflows:
3939
release_branch:
4040
triggers:
4141
- schedule:
42-
{{- /* First of the month */}}
43-
cron: {{ stencil.Arg "releaseOptions.prereleases.cron" | default "0 0 1 * *" }}
42+
{{- /* 15th of the month */}}
43+
cron: {{ stencil.Arg "releaseOptions.prereleases.cron" | default "0 0 15 * *" }}
4444
filters:
4545
branches:
4646
only:

0 commit comments

Comments
 (0)