From 56695cbaea80deb2e2a0de9781ae2b99a716866b Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Wed, 4 Dec 2024 02:06:06 -0500 Subject: [PATCH] tweak --- .github/workflows/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index a75b2527..d2cee0dd 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -3,12 +3,11 @@ name: Dependabot on: pull_request_target: types: [opened, synchronize, labeled] - branches: - - 'dependabot/*' jobs: changeset: runs-on: ubuntu-latest + if: ${{ github.event.pull_request.user.name == 'dependabot' }} steps: - name: Checkout uses: actions/checkout@v4