Fix typo in ci's cron
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -2,7 +2,7 @@ name: CI
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 5 30 * *'
|
||||
- cron: '0 5 * * *'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
|
||||
Reference in New Issue
Block a user