Skip to content

Commit 344bb14

Browse files
committed
chore: Disable Sonar for dependabot
1 parent f62881b commit 344bb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
sonarcloud:
8686
needs: artifact
87-
if: ${{ needs.artifact.result == 'success' && github.repository_owner == 'jsonurl' && ( github.event_name == 'push' || github.event.pull_request.author_association == 'OWNER' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' ) }}
87+
if: ${{ needs.artifact.result == 'success' && github.event.repository.fork == false && github.event.pusher.name != 'dependabot[bot]' && ( github.event_name == 'push' || github.event.pull_request.author_association == 'OWNER' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' ) }}
8888
runs-on: ubuntu-latest
8989
steps:
9090
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)