瀏覽代碼

add schedule

VladSenyuta 2 年之前
父節點
當前提交
5f4988ecd2
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      .github/workflows/e2e-automation.yml

+ 4 - 2
.github/workflows/e2e-automation.yml

@@ -5,7 +5,7 @@ on:
       test_suite:
       test_suite:
         description: 'Select test suite to run'
         description: 'Select test suite to run'
         default: 'regression'
         default: 'regression'
-        required: false
+        required: true
         type: choice
         type: choice
         options:
         options:
           - regression
           - regression
@@ -15,8 +15,10 @@ on:
       qase_enabled:
       qase_enabled:
         description: 'Enable Qase integration'
         description: 'Enable Qase integration'
         default: true
         default: true
-        required: false
+        required: true
         type: boolean
         type: boolean
+  schedule:
+    - cron: '0 0 * * 1'
 
 
 jobs:
 jobs:
   build-and-test:
   build-and-test: