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:
Brian Gianforcaro 2021-09-02 21:59:57 -07:00 committed by Andreas Kling
parent 0da144322a
commit 4c21aa2eed
Notes: sideshowbarker 2024-07-18 04:50:24 +09:00

View file

@ -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