Fix indentation for cron job

This commit is contained in:
Ellie Bahadori
2020-08-05 14:47:53 -07:00
committed by Eleftheria Stein-Kousathana
parent 0205c318d1
commit 0f3ea33b50

View File

@@ -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: