summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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