diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 3b39f2dc..5eb5b18f 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -4,8 +4,8 @@ on: push: branches: - deploy-pipeline-test - schedule: - - cron: '0 10 * * *' # Once per day at 10am UTC + schedule: + - cron: '0 10 * * *' # Once per day at 10am UTC jobs: build: