Skip to content

Commit

Permalink
in ci/cd, do not run security checks if PRs do not change dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Dec 23, 2020
1 parent a744415 commit 54ba4db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/security-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Security checks
on:
push:
pull_request:
paths: [ '/package.json', '/package-lock.json' ] # Allow PRs to be green if they do not introduce dependency change
schedule:
- cron: '0 0 * * 0'

Expand Down

0 comments on commit 54ba4db

Please sign in to comment.