Cron/Scheduled Tasks #949
-
I was wondering how we can set up a cron job (specific on main branch) and not sure how to configure it. Is there a way to setup the cron job like, passing a specific tag, e.g.: task:
schedule: 0 7 * * 1-6 <-- like this
trigger_type: manual
name: E2E Tests
timeout_in: 45
container:
image: ubuntu:20.04
kvm: true
env:
DEBIAN_FRONTEND: noninteractive Also, I might misunderstood the documentation, but it's not clear the steps to configure the cron builds/tasks in the repository settings. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Ops.. nvm, just found the repository settings page on cirrus-ci.com :P |
Beta Was this translation helpful? Give feedback.
-
Here is documentation around Cron builds. There is a useful link to a generator for the cron expressions. 👌 |
Beta Was this translation helpful? Give feedback.
Here is documentation around Cron builds. There is a useful link to a generator for the cron expressions. 👌