summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-11-02 21:03:00 -0500
committerGitHub <noreply@github.com>2020-11-02 21:03:00 -0500
commit9e858713fda0c622e74b47bca14bf985655273da (patch)
treed3035c32711d527fc0c9ee4ce393c03ad8e266b1
parent3d9c6b757f94a15f34d88895e08bef4cfcda0abd (diff)
github: update cron check to 00:00 EST
-rw-r--r--.github/workflows/audit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml
index 692a21b2..5e500bf9 100644
--- a/.github/workflows/audit.yml
+++ b/.github/workflows/audit.yml
@@ -1,7 +1,7 @@
name: cargo-audit check
on:
schedule:
- - cron: "0 0 * * *"
+ - cron: "0 5 * * *"
jobs:
audit:
runs-on: ubuntu-latest