Is there a way to schedule a cron for every x hours? I tried the below but got an error.
nightly:
triggers:
- schedule:
cron: "0 */6 * * *" # use cron syntax to set the schedule
filters:
branches:
only:
- master
- beta
command: "# Config does not conform to schema: {:workflows {:nightly {:triggers [{:schedule {:cron (not (:circleci.specs.cron/posix-expr \\\"0 */6 * * *\\\"))}}]}}}\n# \n# -------\n# Warning: This configuration was auto-generated to show you the message above.\n# Don't rerun this job. Rerunning will have no effect.\nfalse"