diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-09-02 21:59:57 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-03 11:46:15 +0200 |
commit | 4c21aa2eed0a4842faa60b924b87aef005da6836 (patch) | |
tree | f0f52c4b52e6fd5bbf5e31b3c54b4d70a3a87a9b /.github/workflows/sonar-cloud-static-analysis.yml | |
parent | 0da144322a1eac4ac0fb4792dfa6c412e2f2d761 (diff) | |
download | serenity-4c21aa2eed0a4842faa60b924b87aef005da6836.zip |
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.
Diffstat (limited to '.github/workflows/sonar-cloud-static-analysis.yml')
-rw-r--r-- | .github/workflows/sonar-cloud-static-analysis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/sonar-cloud-static-analysis.yml b/.github/workflows/sonar-cloud-static-analysis.yml index e229d3fb57..15c8f0505d 100644 --- a/.github/workflows/sonar-cloud-static-analysis.yml +++ b/.github/workflows/sonar-cloud-static-analysis.yml @@ -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 |