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