debugging workflow

OmarHatem committed Dec 11, 2025 at 03:18 UTC dc4a3eef6b2b5c097214ab9c0d55cad1db219f60
1 file changed +7 -2
.github/workflows/pr_test_build_android.yml
+7 -2
@@ -1,13 +1,16 @@
1 name: Cake Wallet Android
2
3 -on: [push]
3 +on:
4 + push:
5 + pull_request:
6 + pull_request_target:
7
8 jobs:
9 debug-context:
10 defaults:
11 run:
12 shell: bash
10 - runs-on: [Linux, amd64, forlinux]
13 + runs-on: ubuntu-latest
14 steps:
15 - name: "1. Diagnostic Dump"
16 env:
@@ -40,7 +43,9 @@ jobs:
43 if: |
44 github.event_name == 'pull_request_target' &&
45 github.event.pull_request.head.repo.fork == true
46 +
47 environment: external_contributors
48 +
49 uses: ./.github/workflows/reusable-build.yml
50 with:
51 ref: ${{ github.event.pull_request.head.sha }}