diff --git a/.travis.yml b/.travis.yml index 87e81c2be4..cd1509e81f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ jobs: - name: "Source Clear Scan (SCA)" stage: test - if: branch = master OR branch =~ /release\/.*/ + if: (branch = master OR branch =~ /release\/.*/) AND type != pull_request # Run Veracode install: skip script: travis_wait 30 bash scripts/travis/source_clear.sh