diff --git a/.github/workflows/test-mobile-e2e-reusable.yml b/.github/workflows/test-mobile-e2e-reusable.yml index 9f5ae8382e40..fc8163a99dde 100644 --- a/.github/workflows/test-mobile-e2e-reusable.yml +++ b/.github/workflows/test-mobile-e2e-reusable.yml @@ -13,14 +13,6 @@ on: If you want to run only on a branch or specific commit, you can use either the sha or the branch name instead (prefer the first verion for PRs). type: string required: false - login: - description: The GitHub username that triggered the workflow - type: string - required: false - base_ref: - description: The base branch to merge the head into when checking out the code - type: string - required: false export_to_xray: description: Send tests results to Xray required: false