mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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: https://github.com/SerenityOS/serenity/commit/51ea4d38d57 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:
|
||||
schedule:
|
||||
# At the end of every day
|
||||
cron: "0 0 * * *"
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue