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")