mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:37:35 +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:
parent
206bc01f81
commit
51ea4d38d5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue