浏览代码

upd qaseSetup

VladSenyuta 2 年之前
父节点
当前提交
53baf45016
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/e2e-automation.yml

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

@@ -5,7 +5,7 @@ on:
       test_suite:
         description: 'Select test suite to run'
         default: 'regression'
-        required: true
+        required: false
         type: choice
         options:
           - regression
@@ -15,7 +15,7 @@ on:
       qase_enabled:
         description: 'Enable Qase integration'
         default: true
-        required: true
+        required: false
         type: boolean
 
 jobs: