add hourly job in circleci

master
helenanull 4 years ago
parent 3ef5ca6f2f
commit b2184de3b8

@ -13,3 +13,11 @@ workflows:
parallel: true # split all specs across machines
parallelism: 2 # use 2 CircleCI machines to finish quickly
group: 'all tests'
hourly:
triggers:
- schedule:
cron: "0 * * * *"
filters:
branches:
only:
- master
Loading…
Cancel
Save