fix audit cron

This commit is contained in:
Dustin J. Mitchell 2021-04-11 19:55:35 +00:00
parent 6bfa77e29d
commit 1b8672ffc9

View file

@ -2,7 +2,7 @@ name: Security audit
on: on:
schedule: schedule:
- cron: '0 0 0 * *' - cron: '0 0 * * *'
push: push:
paths: paths:
- '**/Cargo.toml' - '**/Cargo.toml'