Skip to content

Commit 545f55d

Browse files
committed
Per @LindsayHill - run weekly build on Sunday and not Saturday.
1 parent bdc72eb commit 545f55d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circle/circle.yml.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ workflows:
132132
triggers:
133133
# Run nightly build for the pack
134134
- schedule:
135-
# NOTE: We run it at 1 am UTC on every Saturday
136-
cron: "0 1 * * 6"
135+
# NOTE: We run it at 1 am UTC on every Sunday
136+
cron: "0 1 * * 0"
137137
filters:
138138
branches:
139139
only:

0 commit comments

Comments
 (0)