From d2db01e4bab60cc9b61fc9c3aaf797a6b8a152a2 Mon Sep 17 00:00:00 2001 From: "ONBASE\\pwesolowski" Date: Tue, 21 Jan 2025 14:38:01 +0100 Subject: [PATCH] feat: updated pipeline --- .github/workflows/nightly_tests_and_veracode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_tests_and_veracode.yml b/.github/workflows/nightly_tests_and_veracode.yml index 78d50a16a..06dad72ff 100644 --- a/.github/workflows/nightly_tests_and_veracode.yml +++ b/.github/workflows/nightly_tests_and_veracode.yml @@ -20,7 +20,7 @@ jobs: name: "Veracode - Source Clear Scan (SCA)" runs-on: ubuntu-latest if: > - (github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'schedule' || github.actor == 'dependabot[bot]') && + (github.event_name == 'schedule' || github.actor == 'dependabot[bot]') && !contains(github.event.head_commit.message, '[skip build]') steps: - uses: actions/checkout@v4