mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 05:52:19 +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
Notes:
sideshowbarker
2024-07-18 05:04:57 +09:00
Author: https://github.com/bgianfo
Commit: 51ea4d38d5
Pull-request: https://github.com/SerenityOS/serenity/pull/9690
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue