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
+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