Skip to content

Commit 6a5ce8d

Browse files
authored
fix(ci): dont run appium tests for PRs from forked repos
1 parent b4865fb commit 6a5ce8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/appium_Android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- 4.x
7-
- appium-esm-migration
87
pull_request:
98
branches:
109
- 4.x
@@ -22,6 +21,8 @@ env:
2221

2322
jobs:
2423
appium:
24+
# Skip this job if the repository is a fork
25+
if: github.repository == 'codeceptjs/CodeceptJS'
2526
runs-on: ubuntu-22.04
2627
timeout-minutes: 30
2728

0 commit comments

Comments
 (0)