Browse Source

add schedule

VladSenyuta 2 năm trước cách đây
mục cha
commit
5f4988ecd2
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      .github/workflows/e2e-automation.yml

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

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