From acfb933c805c2741ddfa07d5c8c6df7774d30d83 Mon Sep 17 00:00:00 2001 From: NishantRajputRN Date: Tue, 28 Apr 2026 12:55:14 +0530 Subject: [PATCH] novaNewVm --- .gitea/workflows/azure-pipelines.yml | 7 +++---- App.js | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/azure-pipelines.yml b/.gitea/workflows/azure-pipelines.yml index 80ee431..7ec5bd4 100644 --- a/.gitea/workflows/azure-pipelines.yml +++ b/.gitea/workflows/azure-pipelines.yml @@ -1,9 +1,8 @@ # Gitea Actions workflow (GitHub Actions–compatible schema). # Root `azure-pipelines.yml` remains for Azure DevOps; this file runs on Gitea Actions. # -# `runs-on` must match a label on an online runner (Admin → Actions → Runners). -# Current runner labels are: ubuntu-latest, ubuntu-22.04, ubuntu-20.04. -# Keep `runs-on` aligned with one of those labels. +# `runs-on` must match a label on an online runner available to this repository. +# Use a repo-scoped custom label to avoid user/global runner scope confusion. name: Performics DevOps @@ -22,7 +21,7 @@ jobs: build-and-test: name: Performics DevOps Pipeline runs-on: - - ubuntu-22.04 + - novaNewVm steps: - uses: actions/checkout@v4 diff --git a/App.js b/App.js index f8bb645..0246627 100644 --- a/App.js +++ b/App.js @@ -4,4 +4,5 @@ console.log("trest") console.log("trest") console.log("trest") console.log("trest") +console.log("trest")