ci: 统一使用 pod runner
yaml / yaml (pull_request) Failing after 3s
ansible / lint (pull_request) Failing after 4s
terraform / validate (pull_request) Failing after 4s
ansible / collection-test (pull_request) Failing after 4s

This commit is contained in:
2026-09-16 16:33:16 +00:00
parent f36e8a1733
commit 3871d34232
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
@@ -60,7 +60,7 @@ jobs:
exit $rc
collection-test:
runs-on: self-hosted
runs-on: [self-hosted, pod]
steps:
- uses: actions/checkout@v4