Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Dec 4, 2024
1 parent cdbe440 commit 56695cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56695cb

Please sign in to comment.