增加 Runner 生命周期结构化日志 #37

Merged
panxiao81 merged 2 commits from fix/structured-runner-lifecycle-logs into main 2026-09-21 09:38:45 +00:00
Showing only changes of commit 53a080b310 - Show all commits
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
- run: go vet ./...
python:
runs-on: self-hosted
runs-on: [self-hosted, pod]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
@@ -28,7 +28,7 @@ jobs:
- run: python -m compileall -q src
shell:
runs-on: self-hosted
runs-on: [self-hosted, pod]
steps:
- uses: actions/checkout@v4
- run: |