From c9089ad76169dd218008a0b4de734e0d88b1d996 Mon Sep 17 00:00:00 2001 From: Blaok Date: Sun, 10 Nov 2024 12:38:03 -0800 Subject: [PATCH] ci(CI): run CI every week --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbe763d..0677072 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,10 @@ name: CI on: - - push - - pull_request + push: + pull_request: + schedule: + - cron: "33 23 * * FRI" # 23:33 UTC / 16:33 PDT / 15:33 PST jobs: CI: