From 4f406a4b3b9259f76a9f630fe3ac1099f0c5945a Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sun, 13 Oct 2024 11:41:42 +1100 Subject: [PATCH] CI: Run ci.yml on every Sat Make sure we have up-to-date cache. Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a0acffc..7c24a634 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: - reopened - synchronize schedule: - - cron: "0 3 * * 1" + - cron: "0 3 * * 6" concurrency: group: ${{ github.workflow }}-${{ github.ref || github.event.pull_request.number || github.sha }}-${{ inputs.additional_key }}