Skip to content

Commit

Permalink
ci: disable synk in PRs (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Apr 1, 2020
1 parent 4edc0f4 commit b692d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
sudo apt-get update
sudo apt-get install libgbm-dev
- name: Run Snyk to check for vulnerabilities
if: ${{ github.repository == 'mmarkelov/jest-playwright' }}
uses: snyk/actions/node@master
- name: Lint Source Code
run: npm run lint
Expand Down

0 comments on commit b692d6a

Please sign in to comment.