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
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

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