We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d049e commit d41eeccCopy full SHA for d41eecc
.github/workflows/dependabot.yml
@@ -22,7 +22,7 @@ permissions:
22
jobs:
23
dependabot:
24
runs-on: ubuntu-latest
25
- if: ${{ github.actor == 'dependabot[bot]' || github.event_name == 'pull_request' }}
+ if: ${{ github.actor == 'dependabot[bot]' }}
26
env:
27
PR_URL: ${{ github.event.pull_request.html_url }}
28
GH_TOKEN: ${{ github.token }}
0 commit comments