Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
duje-begonja-rdx committed Nov 26, 2024
1 parent 0f5ff53 commit d1d63cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -75,7 +73,6 @@ jobs:
command: code test

build:
if: ${{ !github.event.pull_request }}
runs-on: ubuntu-latest
needs:
- snyk-scan-deps-licences
Expand Down

0 comments on commit d1d63cc

Please sign in to comment.