From 0f3ea33b50678a764a50f7851b86fa45a99d2c85 Mon Sep 17 00:00:00 2001 From: Ellie Bahadori Date: Wed, 5 Aug 2020 14:47:53 -0700 Subject: [PATCH] Fix indentation for cron job --- .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 76435db3..ee91785d 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -4,8 +4,8 @@ on: push: branches: - master - schedule: - - cron: '0 10 * * *' # Once per day at 10am UTC + schedule: + - cron: '0 10 * * *' # Once per day at 10am UTC jobs: build: