Skip to content

Commit

Permalink
fix(ci): snyk workflow should not run on dependabot or forked pull re…
Browse files Browse the repository at this point in the history
…quests

Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick committed Dec 7, 2023
1 parent 644fd5e commit a203ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node-flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ jobs:
snyk-scan:
name: Snyk Scan
uses: ./.github/workflows/node-zxc-compile-application-code.yaml
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository }}
with:
custom-job-label: Standard
enable-unit-tests: false
Expand Down

0 comments on commit a203ec6

Please sign in to comment.