debugging workflow

OmarHatem committed Dec 11, 2025 at 03:28 UTC 05bffff1fc146ecfe91c507a421806455e8b0b95
1 file changed +12 -3
.github/workflows/pr_test_build_android.yml
+12 -3
@@ -1,9 +1,7 @@
1 name: Cake Wallet Android
2
3 on:
4 - push:
4 pull_request:
6 - pull_request_target:
5
6 jobs:
7
@@ -39,4 +37,15 @@ jobs:
37 pr_number: ${{ github.head_ref || github.ref_name }}
38 secrets: inherit
39
42 -
40 +# # -----------------------------------------
41 +# # PATH B: External Fork PRs
42 +# external-build:
43 +# if: >
44 +# github.event_name == 'pull_request_target' &&
45 +# github.event.pull_request.head.repo.fork == true
46 +# environment: external_contributors
47 +# uses: ./.github/workflows/reusable-build.yml
48 +# with:
49 +# ref: ${{ github.event.pull_request.head.sha }}
50 +# pr_number: ${{ github.head_ref || github.ref_name }}
51 +# secrets: inherit