Parcourir la source

upd qaseSetup

VladSenyuta il y a 2 ans
Parent
commit
53baf45016
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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: