From c6004c971f761b602e85ca6ad54f56e09ef2c50e Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 3 Apr 2026 16:03:35 +0800 Subject: [PATCH] ci: skip tests on non-scheduled deploy runs Co-Authored-By: Claude --- .github/workflows/deploy-website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 3faafbf..b3230d1 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -33,6 +33,7 @@ jobs: run: uv sync --group build - name: Run tests + if: github.event_name == 'schedule' run: make test - name: Get date