[CircleCI] Add daily schedule that runs linux_swift_4.2 every day at 4am UTC
This commit is contained in:
parent
f33c2344ae
commit
681c055987
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue