Skip to content

Commit 297f594

Browse files
committed
Don't run snyk on forks
Signed-off-by: Iliya Savov <isavov@users.noreply.github.com>
1 parent a058dbd commit 297f594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/flow-pull-request-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
snyk-scan:
4848
name: Snyk Scan
4949
uses: ./.github/workflows/comp-compile-pbj-code.yaml
50+
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
5051
with:
5152
custom-job-label: Standard
5253
enable-integration-tests: false

0 commit comments

Comments
 (0)