This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
# Gitea Actions workflow (GitHub Actions–compatible schema).
|
# Gitea Actions workflow (GitHub Actions–compatible schema).
|
||||||
# Root `azure-pipelines.yml` remains for Azure DevOps; this file runs on Gitea Actions.
|
# 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).
|
# `runs-on` must match a label on an online runner available to this repository.
|
||||||
# Current runner labels are: ubuntu-latest, ubuntu-22.04, ubuntu-20.04.
|
# Use a repo-scoped custom label to avoid user/global runner scope confusion.
|
||||||
# Keep `runs-on` aligned with one of those labels.
|
|
||||||
|
|
||||||
name: Performics DevOps
|
name: Performics DevOps
|
||||||
|
|
||||||
@@ -22,7 +21,7 @@ jobs:
|
|||||||
build-and-test:
|
build-and-test:
|
||||||
name: Performics DevOps Pipeline
|
name: Performics DevOps Pipeline
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-22.04
|
- novaNewVm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user