2
0
Fork 0
mirror of https://github.com/ClementTsang/bottom synced 2025-02-21 07:38:29 +00:00

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

View file

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