From a85dc994eb44a3b5701530569987038d86571ecb Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sun, 13 Oct 2024 11:50:57 +1100 Subject: [PATCH] CI: Run ci.yml on every Sat (#1934) 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 }}