Skip to content

Commit

Permalink
ci: allow sonarcloud for dependabot (#6955)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Oct 25, 2023
1 parent 077bb15 commit 90b2e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
needs: tests
runs-on: ubuntu-latest
name: Sonarcloud
if: ${{ ! startsWith(github.ref, 'dependabot/') && (success() || failure()) }}
if: success() || failure()

steps:
- name: Checkout repository
Expand Down

0 comments on commit 90b2e02

Please sign in to comment.