Browse Source

upd qaseSetup

VladSenyuta 2 years ago
parent
commit
53baf45016
1 changed files with 2 additions and 2 deletions
  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: