aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jake Swenson <jakeswenson@users.noreply.github.com> 2021-12-11 12:27:25 -0800
committerGravatar GitHub <noreply@github.com> 2021-12-11 12:27:25 -0800
commitc19d12c2a168b79798eae523011806fea6853d27 (patch)
tree3aa4499c042caa004ba484fb948cd3f6d3842839
parentd2f403b77d86063140abfefcf50d3e536a74e3ca (diff)
downloadnotion-c19d12c2a168b79798eae523011806fea6853d27.tar.gz
notion-c19d12c2a168b79798eae523011806fea6853d27.tar.zst
notion-c19d12c2a168b79798eae523011806fea6853d27.zip
fix(build): Fix GHA scheduled workflow (#24)
-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 ]