From 73845048717270787873e5218fa897b105818ac5 Mon Sep 17 00:00:00 2001 From: Ellie Bahadori Date: Mon, 27 Jul 2020 12:14:12 -0700 Subject: [PATCH] Fix YAML spacing issue --- .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 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: