From 90b2e027ede179dfad248922fe5cc8da0efb19bb Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Wed, 25 Oct 2023 09:25:27 +0200 Subject: [PATCH] ci: allow sonarcloud for dependabot (#6955) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b63c48d09c7..56852226046 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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