diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 26d6a68..462acc0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,6 +1,12 @@ name: Cross compatibility test -on: [push, pull_request, workflow_dispatch] +on: + push: + pull_request: + workflow_dispatch: + schedule: + - cron: '0 0 * * 1' + jobs: test: