Merge pull request 'ci: 统一使用 pod runner' (#74) from ci/self-hosted-pod into main
yaml / yaml (push) Successful in 20s
terraform / validate (push) Successful in 27s
ansible / collection-test (push) Successful in 1m24s
ansible / lint (push) Failing after 2m1s

Reviewed-on: #74
This commit was merged in pull request #74.
This commit is contained in:
2026-09-16 17:58:26 +00:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ env:
jobs:
lint:
runs-on: self-hosted
runs-on: [self-hosted, pod]
steps:
- uses: actions/checkout@v4
@@ -65,7 +65,7 @@ jobs:
exit $rc
collection-test:
runs-on: self-hosted
runs-on: [self-hosted, pod]
steps:
- uses: actions/checkout@v4
+1 -1
View File
@@ -24,7 +24,7 @@ on:
jobs:
yaml:
runs-on: self-hosted
runs-on: [self-hosted, pod]
steps:
- uses: actions/checkout@v4
+1 -1
View File
@@ -16,7 +16,7 @@ on:
jobs:
validate:
runs-on: self-hosted
runs-on: [self-hosted, pod]
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3