diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62adc41..5169664 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -3,7 +3,7 @@ on: | |||
| 3 | push: | 3 | push: |
| 4 | pull_request: | 4 | pull_request: |
| 5 | schedule: | 5 | schedule: |
| 6 | - cron: '0 0 * * *' | 6 | - cron: '0 0 * * 0' |
| 7 | 7 | ||
| 8 | jobs: | 8 | jobs: |
| 9 | test: | 9 | test: |