Skip to content

Commit

Permalink
chore(CI): skip experimental tests at weekends (#19911)
Browse files Browse the repository at this point in the history
This avoids some Slack notifications
  • Loading branch information
m-allanson authored and pieh committed Dec 2, 2019
1 parent 85444a7 commit 1300f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ workflows:
nightly-react-next:
triggers:
- schedule:
cron: "0 0 * * *"
cron: "0 0 * * 1,2,3,4,5"
filters:
branches:
only:
Expand All @@ -428,7 +428,7 @@ workflows:
nightly-react-experimental:
triggers:
- schedule:
cron: "0 0 * * *"
cron: "0 0 * * 1,2,3,4,5"
filters:
branches:
only:
Expand Down

0 comments on commit 1300f42

Please sign in to comment.