소스 검색

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: