aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/security.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml
index 142c06e..4eb1f67 100644
--- a/.github/workflows/security.yml
+++ b/.github/workflows/security.yml
@@ -3,7 +3,7 @@ name: Security Audits
on:
schedule:
# Every Saturday at 1PM UTC (6AM PST)
- chron: "0 13 * * 6"
+ - cron: "0 13 * * 6"
pull_request:
branches: [ main ]