From 6cf6e977346feaee67f895e561372bff78c21cd9 Mon Sep 17 00:00:00 2001 From: Anthony Martin <38542602+anthony-c-martin@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:29:19 -0400 Subject: [PATCH] Add cron trigger --- .github/workflows/ci-workflow.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 241b407..3427e5f 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -6,6 +6,8 @@ on: pull_request: branches: [main] workflow_dispatch: + schedule: + - cron: '0 0 * * MON' permissions: id-token: write @@ -136,4 +138,4 @@ jobs: echo "objectOutput=${{ steps.deploy.outputs.objectOutput }}" echo "myServerIP=${{ steps.deploy.outputs.myServerIP }}" # myServerIP is register as secret, it can still be accessed, just won't print in raw form. - echo "myServerIPEncoded=$(echo ${{ steps.deploy.outputs.myServerIP }} | base64)" \ No newline at end of file + echo "myServerIPEncoded=$(echo ${{ steps.deploy.outputs.myServerIP }} | base64)"