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)"