Skip to content

Commit

Permalink
Merge pull request #511 from baynezy/feature/issue-507-sonar-dependabot
Browse files Browse the repository at this point in the history
Change sonar to ignore dependabot and external prs
  • Loading branch information
baynezy authored Jan 1, 2025
2 parents bdf90d3 + c6329d6 commit 3ac9eac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'test/**'
- '**.sln'
- '.github/workflows/static-analysis.yml'
pull_request:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'src/**'
Expand All @@ -23,6 +23,7 @@ env:
TestPath: /home/runner/work/Html2Markdown/Html2Markdown/test/Html2Markdown.Test/Files/
jobs:
build:
if: github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository
name: Build and analyse
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3ac9eac

Please sign in to comment.