mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Remove sonar cloud worklow triggering for PRs
Sonar cloud detects PRs and fails the job at the very end, so there isn't much use in including this testing feature.
This commit is contained in:
parent
0da144322a
commit
4c21aa2eed
Notes:
sideshowbarker
2024-07-18 04:50:24 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/4c21aa2eed0 Pull-request: https://github.com/SerenityOS/serenity/pull/9773 Reviewed-by: https://github.com/Dexesttp
1 changed files with 0 additions and 4 deletions
|
@ -4,10 +4,6 @@ on:
|
|||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
# Run if this file is changed in a pull request (to get immediate feedback).
|
||||
pull_request:
|
||||
paths: [".github/workflows/sonar-cloud-static-analysis.yml"]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Static Analysis
|
||||
|
|
Loading…
Reference in a new issue