diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd882c07..4ea5398a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,8 @@ on: push: pull_request: types: [ opened, synchronize, reopened ] + schedule: + - cron: '0 13 * * 1' jobs: sdist: