debugging workflow

OmarHatem committed Dec 11, 2025 at 03:04 UTC 7dc665a67f469572a1fb8d30c98c86685176891d
1 file changed +2 -6
.github/workflows/pr_test_build_android.yml
+2 -6
@@ -1,17 +1,13 @@
1 name: Cake Wallet Android
2
3 -on:
4 - pull_request:
5 - pull_request_target:
6 - types: [opened, synchronize, reopened, labeled]
3 +on: [pull_request]
4
5 defaults:
6 run:
7 shell: bash
11 -
8 jobs:
9 debug-context:
14 - runs-on: ubuntu-latest
10 + runs-on: [Linux, amd64, forlinux]
11 steps:
12 - name: "1. Diagnostic Dump"
13 env: