Skip to content

Commit c6004c9

Browse files
vintaclaude
andcommitted
ci: skip tests on non-scheduled deploy runs
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 20bb5cc commit c6004c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: uv sync --group build
3434

3535
- name: Run tests
36+
if: github.event_name == 'schedule'
3637
run: make test
3738

3839
- name: Get date

0 commit comments

Comments
 (0)