This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user