From c5cc596252958d540c4dad225f9f6493e049113c Mon Sep 17 00:00:00 2001 From: bohdanprog Date: Wed, 2 Oct 2024 22:00:47 +0200 Subject: [PATCH] chore: update manual trigger for ios-e2e --- .github/workflows/ios-e2e.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.github/workflows/ios-e2e.yml b/.github/workflows/ios-e2e.yml index 511817cdc..a0a05fd46 100644 --- a/.github/workflows/ios-e2e.yml +++ b/.github/workflows/ios-e2e.yml @@ -1,25 +1,5 @@ name: Test iOS e2e on: - workflow_dispatch: - inputs: - logLevel: - description: 'Log level' - required: true - default: 'warning' - type: choice - options: - - info - - warning - - debug - tags: - description: 'Test scenario tags' - required: false - type: boolean - environment: - description: 'Environment to run tests against' - type: environment - required: true - pull_request: paths: - '.github/workflows/android-e2e-test.yml' @@ -32,7 +12,7 @@ on: push: branches: - main - + workflow_dispatch: jobs: test: runs-on: macos-14