We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3910545 commit cf41063Copy full SHA for cf41063
.github/workflows/pull_request.yml
@@ -20,7 +20,7 @@ jobs:
20
21
dependabot:
22
runs-on: ubuntu-latest
23
- if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'owner/my_repo'
+ if: github.event.pull_request.user.login == 'dependabot[bot]'
24
needs:
25
- run_checks
26
- run_unit_tests
0 commit comments