Meta: Fix yaml syntax of Sonar Cube Workflow

I fat fingered this last minute when converting from the trigger
I was using for development/testing to the cron schedule for use
in the main repo.
This commit is contained in:
Brian Gianforcaro 2021-08-30 11:06:45 -07:00 committed by Andreas Kling
parent 206bc01f81
commit 51ea4d38d5
Notes: sideshowbarker 2024-07-18 05:04:57 +09:00

View file

@ -2,7 +2,7 @@ name: Sonar Cloud Static Analysis
on:
schedule:
# At the end of every day
cron: "0 0 * * *"
- cron: '0 0 * * *'
jobs:
build: