ACS-3533 Disabling scan on PR builds. (#1374)

This commit is contained in:
Tom Page
2022-09-13 09:13:38 +01:00
committed by GitHub
parent 7eb063e923
commit 0e73bc1572

View File

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