重构事件驱动 Runner 并接入 OpenSandbox VM #30

Merged
panxiao81 merged 24 commits from refactor/go-task-scheduler into main 2026-09-21 06:11:41 +00:00
Showing only changes of commit 9f1181a536 - Show all commits
+6
View File
@@ -8,8 +8,12 @@ on:
- '.gitea/workflows/publish-images.yml'
- 'config/**'
- 'container/**'
- 'cmd/**'
- 'internal/**'
- 'scripts/**'
- 'src/**'
- 'go.mod'
- 'go.sum'
- 'pyproject.toml'
- 'README.md'
workflow_dispatch:
@@ -34,6 +38,8 @@ jobs:
shell: bash
run: |
set -euo pipefail
go test ./...
go vet ./...
python3 -m pip install --break-system-packages -e '.[test]'
pytest -q
python3 -m compileall -q src tests