Skip to content

Commit

Permalink
Don't run snyk on forks
Browse files Browse the repository at this point in the history
Signed-off-by: Iliya Savov <[email protected]>
  • Loading branch information
isavov committed Apr 20, 2023
1 parent 5930069 commit e1b4efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
snyk-scan:
name: Snyk Scan
uses: ./.github/workflows/comp-compile-pbj-code.yaml
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
with:
custom-job-label: Standard
enable-integration-tests: false
Expand Down

0 comments on commit e1b4efc

Please sign in to comment.