Skip to content

Commit

Permalink
chore: restore previous run conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Apr 15, 2024
1 parent 0f21566 commit 53e1fb4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Detox E2E iOS

on: issue_comment
on:
pull_request:
paths:
- packages/mobile/**
- packages/backend/**
- packages/state-manager/**
- .github/workflows/e2e-ios.yml

jobs:
detox-ios:
timeout-minutes: 25
# This job only runs for pull request comments "/detox"
runs-on: [macos-latest-xlarge]

steps:
Expand Down

0 comments on commit 53e1fb4

Please sign in to comment.