mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +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
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…
Add table
Add a link
Reference in a new issue