Skip to content

Commit 331cc0c

Browse files
authored
Reduce frequency of non-HTML documentation builds (#600)
1 parent 2deb99d commit 331cc0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

salt/docs/init.sls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ virtualenv-dependencies:
8181

8282
docsbuild-no-html:
8383
cron.present:
84-
# run every other day at 07:06
84+
# run thrice per month at 07:06
8585
- identifier: docsbuild-no-html
8686
- name: >
8787
/srv/docsbuild/venv/bin/python
@@ -90,7 +90,7 @@ docsbuild-no-html:
9090
- user: docsbuild
9191
- minute: 7
9292
- hour: 6
93-
- daymonth: '*/2'
93+
- daymonth: '*/9'
9494
- require:
9595
- cmd: virtualenv-dependencies
9696

0 commit comments

Comments
 (0)