Skip to content

Commit

Permalink
Change cargo_update task time to account for UTC
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Macfarlane <smacfarlane@chef.io>
  • Loading branch information
smacfarlane committed Aug 12, 2019
1 parent b665ab9 commit 7dea57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ subscriptions:

schedules:
- name: cargo_update
description: "Run 'cargo update' every Sunday at 2am"
cronline: "0 2 * * 0"
description: "Run 'cargo update' every Monday at 12PM UTC"
cronline: "0 12 * * 1"

0 comments on commit 7dea57c

Please sign in to comment.