From d1d63cc056e1be0686d2c7ac4be2c807889a11a5 Mon Sep 17 00:00:00 2001 From: Duje Begonja Date: Tue, 26 Nov 2024 11:07:43 -0500 Subject: [PATCH] update --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff6b28c7..a29eec5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,6 @@ jobs: add_report_comment_to_pull_request: true snyk-scan-deps-licences: - if: ${{ !github.event.pull_request }} runs-on: ubuntu-latest permissions: id-token: write @@ -50,7 +49,6 @@ jobs: args: --all-projects --org=${{ env.SNYK_PROJECTS_ORG_ID }} --severity-threshold=critical snyk-scan-code: - if: ${{ !github.event.pull_request }} runs-on: ubuntu-latest permissions: id-token: write @@ -75,7 +73,6 @@ jobs: command: code test build: - if: ${{ !github.event.pull_request }} runs-on: ubuntu-latest needs: - snyk-scan-deps-licences