1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:47:45 +00:00

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

View file

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