From bf0036bf81741ea378599947e97f45ceb1c375bd Mon Sep 17 00:00:00 2001 From: zhanghongtong Date: Tue, 10 Aug 2021 10:13:44 +0800 Subject: [PATCH] chore(cts): execute cts every six hours --- .github/workflows/run_cts_tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_cts_tests.yaml b/.github/workflows/run_cts_tests.yaml index c936a426b..53dd74b6a 100644 --- a/.github/workflows/run_cts_tests.yaml +++ b/.github/workflows/run_cts_tests.yaml @@ -1,11 +1,12 @@ name: Compatibility Test Suite on: + schedule: + - cron: '0 */6 * * *' push: tags: - v* - e* - pull_request: jobs: ldap: