[CircleCI] Add daily schedule that runs linux_swift_4.2 every day at 4am UTC

This commit is contained in:
Norio Nomura 2018-06-02 16:05:39 +09:00
parent f33c2344ae
commit 681c055987
No known key found for this signature in database
GPG Key ID: D4A7318EB7F7138D
1 changed files with 11 additions and 0 deletions

View File

@ -189,3 +189,14 @@ workflows:
- linux_swift_4.1.1
- linux_swift_4.1.2
- linux_swift_4.2
daily:
triggers:
- schedule:
cron: "0 4 * * *"
filters:
branches:
only:
- master
jobs:
- linux_swift_4.2