ci: migrate all workflows from gitea-runner to debian
- Updated runs-on from gitea-runner to debian 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 gitea-runner to debian - Fixed audit.yml workflow name from 'gitea-runnername' to 'debianname' - Standardizes runner configuration to use debian label
This commit is contained in:
@@ -16,7 +16,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test-cli-level1:
|
||||
runs-on: gitea-runner
|
||||
runs-on: debian
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user