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