Fix typo in ci's cron

This commit is contained in:
Mario Manno
2022-06-23 11:11:19 +02:00
parent 1627655f79
commit 8823455ace

View File

@@ -2,7 +2,7 @@ name: CI
on: on:
schedule: schedule:
- cron: '0 5 30 * *' - cron: '0 5 * * *'
pull_request: pull_request:
paths-ignore: paths-ignore:
- '*.md' - '*.md'