Skip to content

Commit

Permalink
fix: do not run sonar on dependabot [ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bmazzarol committed Jun 6, 2023
1 parent cac7d74 commit bedb9d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-commit-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
commitlint:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonar-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
build:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Build and analyze
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bedb9d5

Please sign in to comment.