Skip to content

Commit

Permalink
Change nightly build from hourly to nightly (daily at 00:00) (#28346)
Browse files Browse the repository at this point in the history
Summary:
We initially added the nightly build test to run every hour, in order to more quickly validate it. Now that it has been validated we can run it every night as it is intended to do.

cc hramos

## Changelog

[General] [Changed] - Change nightly build from hourly to nightly
Pull Request resolved: #28346

Reviewed By: cpojer

Differential Revision: D20550143

Pulled By: hramos

fbshipit-source-id: 9487c6785684ad6ea7e877290d50a33118090a7f
  • Loading branch information
sweggersen authored and facebook-github-bot committed Mar 20, 2020
1 parent b54257c commit f2ffa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ workflows:
nightly:
triggers:
- schedule:
cron: "0 * * * *"
cron: "0 0 * * *"
filters:
branches:
only:
Expand Down

0 comments on commit f2ffa03

Please sign in to comment.