ci: migrate all workflows from debian:host to gitea-runner
Some checks failed
/ audit (push) Has been cancelled
ci-cd / build (push) Has been cancelled
ci / build (push) Has been cancelled
security / audit (push) Has been cancelled
test / test (push) Has been cancelled

- Updated runs-on from debian:host to gitea-runner across all workflow files
- Changed audit.yml, ci-cd.yml, ci.yml, fix.yml, security-scanning.yml, and test.yml
- Updated cli-level1-tests.yml from debian:host to gitea-runner
- Fixed audit.yml workflow name from 'name' to 'gitea-runnername'
- Standardizes runner configuration to use gitea-runner label
This commit is contained in:
2026-03-27 11:53:16 +01:00
parent bb443ba466
commit 792f70c500
7 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ on:
jobs:
test-cli-level1:
runs-on: debian:host
runs-on: gitea-runner
strategy:
matrix: