mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-11 18:23:46 +00:00
ci: skip tests on non-scheduled deploy runs
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
20bb5cca81
commit
c6004c971f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-website.yml
vendored
1
.github/workflows/deploy-website.yml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
run: uv sync --group build
|
||||
|
||||
- name: Run tests
|
||||
if: github.event_name == 'schedule'
|
||||
run: make test
|
||||
|
||||
- name: Get date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue