Skip to content

Commit

Permalink
change used minion for app harness ios e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliusguzas committed Oct 9, 2024
1 parent d25c037 commit 1f29345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-harness-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
e2e-harness-ios:
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' || github.event.label.name == 'e2e-harness-ios' || github.event.label.name == 'e2e' }}
runs-on: [self-hosted, macos, apple]
runs-on: [self-hosted, macos, android]
steps:
- uses: actions/checkout@v2
- name: Setup
Expand Down

0 comments on commit 1f29345

Please sign in to comment.