From 4c21aa2eed0a4842faa60b924b87aef005da6836 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Thu, 2 Sep 2021 21:59:57 -0700 Subject: [PATCH] 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. --- .github/workflows/sonar-cloud-static-analysis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/sonar-cloud-static-analysis.yml b/.github/workflows/sonar-cloud-static-analysis.yml index e229d3fb57a..15c8f0505dc 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