diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f35be17942aa0..49ad712b7dee4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -910,7 +910,7 @@ jobs: # This action is not intended to do a vulnerability check since that is handled by a separate action. dependency-license-review: runs-on: ubuntu-latest - if: github.ref != 'refs/heads/main' + if: github.ref != 'refs/heads/main' && github.actor != 'dependabot[bot]' steps: - name: "Checkout Repository" uses: actions/checkout@v4