Skip to content

Commit 0f3ea33

Browse files
elliedorieleftherias
authored andcommitted
Fix indentation for cron job
1 parent 0205c31 commit 0f3ea33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- master
7-
schedule:
8-
- cron: '0 10 * * *' # Once per day at 10am UTC
7+
schedule:
8+
- cron: '0 10 * * *' # Once per day at 10am UTC
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)