diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 74ba5aad..b68d44da 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,8 +2,9 @@ name: Build, Test, and Deliver Client env: do_sonarscan: >- - ${{ github.event_name == 'push' || - github.event.pull_request.head.repo.full_name == github.repository }} + ${{ (github.event_name == 'push' || + github.event.pull_request.head.repo.full_name == github.repository) && + github.actor != 'dependabot[bot]' }} on: pull_request: