From 3e1ee08f9900cd5e595e8b26c8da3abfa22462dd Mon Sep 17 00:00:00 2001 From: Prashant-Microsoft Date: Fri, 18 Oct 2024 13:18:15 +0530 Subject: [PATCH] scheduled autodeployment twice a day --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6260f5ccb..7e2bbdafd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - main + schedule: + - cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT permissions: contents: read