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