Skip to content

Commit cf41063

Browse files
committedFeb 9, 2025
ci: Fix dependabot job conditions
1 parent 3910545 commit cf41063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
dependabot:
2222
runs-on: ubuntu-latest
23-
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'owner/my_repo'
23+
if: github.event.pull_request.user.login == 'dependabot[bot]'
2424
needs:
2525
- run_checks
2626
- run_unit_tests

0 commit comments

Comments
 (0)