debugging workflow

OmarHatem committed Dec 11, 2025 at 03:29 UTC 701b167aeb62bdbd3ace03593420aedb319ae5d7
1 file changed -20
.github/workflows/pr_test_build_android.yml
-20
@@ -5,26 +5,6 @@ on:
5
6 jobs:
7
8 - debug-context:
9 - runs-on: [Linux, amd64, forlinux]
10 - defaults:
11 - run:
12 - shell: bash
13 - steps:
14 - - name: "1. Diagnostic Dump"
15 - env:
16 - GITHUB_CONTEXT: ${{ toJson(github) }}
17 - run: echo "$GITHUB_CONTEXT"
18 -
19 - - name: "2. Check Condition Logic"
20 - run: |
21 - echo "Event Name: ${{ github.event_name }}"
22 - echo "Repo Full Name: ${{ github.repository }}"
23 - echo "Head Repo: ${{ github.event.pull_request.head.repo.full_name }}"
24 - echo "Is Fork: ${{ github.event.pull_request.head.repo.fork }}"
25 - echo "PR Number: ${{ github.event.number }}"
26 - echo "Head SHA: ${{ github.event.pull_request.head.sha }}"
27 -
8 # -----------------------------------------
9 # PATH A: Internal PRs
10 internal-build: