Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cron-jobs.md #3397

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions user/cron-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Configure cron jobs from the "Cron Jobs" settings tab on your Travis CI page.

## Adding Cron Jobs

Select the branch to run the build on, how often to run the build, and whether to run the build if there was a build in the last 24 hours, then click "Add":
Add Cron jobs by filling out the following fields and clicking the Add button
- **Branch** - Select the branch on which to run the build.
- **Interval** - Select how often to run the build: `daily`, `weekly`, or `monthly`.
- **Options** - Select between the option to `Always run` or `Do not run if there has been a build in the last 24h`.

![adding a cron job](/images/cron-adding.png "adding a cron job")

Expand All @@ -31,7 +34,7 @@ Please note that cron jobs will run regardless and cannot be skipped even with [

## Deleting Cron Jobs

Click the small trash icon on the right hand side of the page:
Click the small trash icon on the right-hand side of the page:

![deleting a cron job](/images/cron-deleting.png "deleting a cron job")

Expand Down