ci: 为测试显式选择 Pod runner
test / python (pull_request) Successful in 1m13s
test / shell (pull_request) Successful in 1m34s
test / go (pull_request) Successful in 3m14s

This commit is contained in:
2026-09-21 09:34:30 +00:00
parent 38e8d59541
commit 53a080b310
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
- run: go vet ./... - run: go vet ./...
python: python:
runs-on: self-hosted runs-on: [self-hosted, pod]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
@@ -28,7 +28,7 @@ jobs:
- run: python -m compileall -q src - run: python -m compileall -q src
shell: shell:
runs-on: self-hosted runs-on: [self-hosted, pod]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: | - run: |