Skip to content

Commit

Permalink
Merge pull request #9600 from dependabot/harry/#9562
Browse files Browse the repository at this point in the history
Ignoring the fixture files in workflow (dependency review and code QL) runs
  • Loading branch information
thavaahariharangit committed Apr 24, 2024
2 parents 1dc1642 + 50e89a1 commit e9c643a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -19,6 +19,7 @@ on: # yamllint disable-line rule:truthy
branches: [ main ]
paths-ignore:
- '*/spec/fixtures/**'
- '*/helpers/test/*/fixtures/**'
- 'common/lib/dependabot.rb'
schedule:
- cron: '41 4 * * 3'
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/dependency-review.yml
@@ -1,5 +1,11 @@
name: Dependency Review
on: [pull_request] # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
pull_request:
branches: [ main ]
paths-ignore:
- '*/spec/fixtures/**'
- '*/helpers/test/*/fixtures/**'
- 'common/lib/dependabot.rb'

permissions:
contents: read
Expand Down

0 comments on commit e9c643a

Please sign in to comment.