Skip to content

Commit

Permalink
#9508: add paths ignore to dependncy review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
“Thavachelvam authored and thavaahariharangit committed Apr 24, 2024
1 parent 1dc1642 commit 5d23177
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Dependency Review
on: [pull_request] # yamllint disable-line rule:truthy
on:
pull_request:
# yamllint disable-line rule:truthy
branches: [ main ]
paths-ignore:
- '*/spec/fixtures/**'
- '*/helpers/test/*/fixtures/**'
- 'common/lib/dependabot.rb'

permissions:
contents: read
Expand Down

0 comments on commit 5d23177

Please sign in to comment.