Skip to content

Commit

Permalink
final final2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliusguzas committed Dec 2, 2024
1 parent 950d0c4 commit ce68cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-template-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
e2e-template-android:
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' || github.event.label.name == 'e2e-template-android' || github.event.label.name == 'e2e' }}
runs-on: [self-hosted, macos, ARM64]
runs-on: [self-hosted, macos]
steps:
- uses: actions/checkout@v2
- name: Setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-template-androidtv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
e2e-template-androidtv:
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' || github.event.label.name == 'e2e-template-androidtv' || github.event.label.name == 'e2e' }}
runs-on: [self-hosted, macos, ARM64]
runs-on: [self-hosted, macos]
steps:
- uses: actions/checkout@v2
- name: Setup
Expand Down

0 comments on commit ce68cb6

Please sign in to comment.