Skip to content

Commit d41eecc

Browse files
authored
fix: Removes or statement from dependabot.yml. (#56)
1 parent f7d049e commit d41eecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
dependabot:
2424
runs-on: ubuntu-latest
25-
if: ${{ github.actor == 'dependabot[bot]' || github.event_name == 'pull_request' }}
25+
if: ${{ github.actor == 'dependabot[bot]' }}
2626
env:
2727
PR_URL: ${{ github.event.pull_request.html_url }}
2828
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)