From 194c9bc52be194ff11c3335e4c4c7e9c08a0daaa Mon Sep 17 00:00:00 2001 From: NishantRajputRN Date: Tue, 28 Apr 2026 17:15:03 +0530 Subject: [PATCH] bunty test --- .gitea/workflows/azure-pipelines.yml | 7 ++++++- App.js | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/azure-pipelines.yml b/.gitea/workflows/azure-pipelines.yml index 8bee8eb..4c6b34d 100644 --- a/.gitea/workflows/azure-pipelines.yml +++ b/.gitea/workflows/azure-pipelines.yml @@ -66,6 +66,11 @@ name: RN APK Build +# Runner scope: jobs only match runners registered for THIS repository (or org/site admin), +# or an "Individual" runner owned by the repo owner. A user runner on another account will +# stay Idle while workflows show "No matching online runner with label: ubuntu-latest". +# Token: Repository → Settings → Actions → Runners (not another user's User Settings). + on: push: branches: @@ -73,7 +78,7 @@ on: jobs: build: - runs-on: ubuntu-latest # ye same rahega (host mapping runner config me hai) + runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/App.js b/App.js index eb91a1a..0f5bdb0 100644 --- a/App.js +++ b/App.js @@ -4,3 +4,4 @@ console.log("trest") console.log("trest") console.log("trest") console.log("trest") +console.log("trest")