fix invalid cron in audit

This commit is contained in:
Mark Watts 2021-07-02 08:55:38 -04:00 committed by GitHub
parent 5c2a7261a1
commit 19cb2870da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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