There was an error while loading. Please reload this page.
2 parents 8c5112d + eb1bcdc commit 34e961cCopy full SHA for 34e961c
1 file changed
.github/workflows/appium_Android.yml
@@ -21,8 +21,8 @@ env:
21
22
jobs:
23
appium:
24
- # Skip this job if the repository is a fork
25
- if: github.repository == 'codeceptjs/CodeceptJS'
+ # Run ONLY on the main repo AND (if it's a push OR a PR from the same repo)
+ if: github.repository == 'codeceptjs/CodeceptJS' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
26
runs-on: ubuntu-22.04
27
timeout-minutes: 30
28
0 commit comments