diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0e69421..defae48c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: static-code-analysis: name: "Static code analysis" - if: ${{ github.actor == 'vbreuss' }} + if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }} runs-on: ubuntu-latest env: REPORTGENERATOR_LICENSE: ${{ secrets.REPORTGENERATOR_LICENSE }}