Explorar el Código

chore(cts): execute cts every six hours

zhanghongtong hace 4 años
padre
commit
bf0036bf81
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .github/workflows/run_cts_tests.yaml

+ 2 - 1
.github/workflows/run_cts_tests.yaml

@@ -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: