github: update cron check to 00:00 EST

This commit is contained in:
Clement Tsang 2020-11-02 21:03:00 -05:00 committed by GitHub
parent 3d9c6b757f
commit 9e858713fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: cargo-audit check
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 5 * * *"
jobs:
audit:
runs-on: ubuntu-latest