summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-08-30 17:07:48 -0400
committerGitHub <noreply@github.com>2021-08-30 17:07:48 -0400
commiteeee395cc05480544bc07f17353d51ed58485875 (patch)
treec27ffe7ec38748383fe7b082ac67f5162f11eda3
parent80ec004304d7d65d4503f1e100114866d976c840 (diff)
ci: make audit action weekly
It really doesn't need to run daily. It now runs every Monday.
-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 c70303c2..fa597646 100644
--- a/.github/workflows/audit.yml
+++ b/.github/workflows/audit.yml
@@ -1,7 +1,7 @@
name: audit
on:
schedule:
- - cron: "0 0 * * *"
+ - cron: "0 0 * * 1"
jobs:
audit:
runs-on: ubuntu-latest