chore(cts): execute cts every six hours
This commit is contained in:
parent
554879c9d7
commit
bf0036bf81
|
@ -1,11 +1,12 @@
|
||||||
name: Compatibility Test Suite
|
name: Compatibility Test Suite
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 */6 * * *'
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
- e*
|
- e*
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ldap:
|
ldap:
|
||||||
|
|
Loading…
Reference in New Issue