Skip to content

Commit

Permalink
chore: update manual trigger for ios-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanprog committed Oct 2, 2024
1 parent 050dd1d commit c5cc596
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/ios-e2e.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -32,7 +12,7 @@ on:
push:
branches:
- main

workflow_dispatch:
jobs:
test:
runs-on: macos-14
Expand Down

0 comments on commit c5cc596

Please sign in to comment.