فهرست منبع

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: