From 61cc1994f6fc0655247b744a468a0bbeadf2e2fc Mon Sep 17 00:00:00 2001 From: Sapnil Aditya Ayman Date: Thu, 15 Jan 2026 14:38:52 +0100 Subject: [PATCH] Add schedule to redeploy every nigth at 02:00 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab2812c4..7325ab90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: branches: [master] pull_request: workflow_dispatch: + schedule: + - cron: 0 2 * * * permissions: contents: read