diff --git a/.github/workflows/fb-e2e-suite.yml b/.github/workflows/fb-e2e-suite.yml index a92a51a0..58397e73 100644 --- a/.github/workflows/fb-e2e-suite.yml +++ b/.github/workflows/fb-e2e-suite.yml @@ -192,7 +192,7 @@ jobs: rbac: name: RBAC UI tests - uses: percona/pmm-qa/.github/workflows/runner-e2e-tests-playwright.yml@main + uses: ./.github/workflows/runner-e2e-tests-playwright.yml secrets: inherit with: pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'main '}} diff --git a/.github/workflows/runner-e2e-tests-playwright.yml b/.github/workflows/runner-e2e-tests-playwright.yml index 0f64953d..99cc5f04 100644 --- a/.github/workflows/runner-e2e-tests-playwright.yml +++ b/.github/workflows/runner-e2e-tests-playwright.yml @@ -50,7 +50,7 @@ on: required: true setup_services: type: string - required: true + required: false pmm_qa_branch: type: string required: true