debugging workflow
OmarHatem committed
Dec 11, 2025 at 03:23 UTC
caf1e4694b3bb4a65a960ba0fe01417d2ef18288
1 file changed
+1
-12
.github/workflows/pr_test_build_android.yml
+1
-12
@@ -39,15 +39,4 @@ jobs:
39
pr_number: ${{ github.head_ref || github.ref_name }}
40
secrets: inherit
41
42
- # -----------------------------------------
43
- # PATH B: External Fork PRs
44
- external-build:
45
- if: >
46
- github.event_name == 'pull_request_target' &&
47
- github.event.pull_request.head.repo.fork == true
48
- environment: external_contributors
49
- uses: ./.github/workflows/reusable-build.yml
50
- with:
51
- ref: ${{ github.event.pull_request.head.sha }}
52
- pr_number: ${{ github.head_ref || github.ref_name }}
53
- secrets: inherit
42
+