Skip to content

Commit

Permalink
fix: don't start CI jobs until 3am
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Dec 4, 2018
1 parent 4dc0d18 commit 000b9b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
],
"timezone": "America/Los_Angeles",
"schedule": [
"before 7am"
"after 3am",
"before 8am"
],
"packageRules": [
{
Expand Down

0 comments on commit 000b9b6

Please sign in to comment.