From c21fff1a0031d5bfeb1749bdd6cf8ab39ea424f6 Mon Sep 17 00:00:00 2001 From: Ellie Bahadori Date: Mon, 27 Jul 2020 11:57:36 -0700 Subject: [PATCH] Add cron job back in --- .github/workflows/continuous-integration-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 6fd4efca..3b39f2dc 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: