ci: skip tests on non-scheduled deploy runs

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-04-03 16:03:35 +08:00
parent 20bb5cca81
commit c6004c971f

View File

@@ -33,6 +33,7 @@ jobs:
run: uv sync --group build
- name: Run tests
if: github.event_name == 'schedule'
run: make test
- name: Get date