Skip to content

Commit 16ab590

Browse files
Update Managed Files (#2968)
1 parent 3173aaa commit 16ab590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependency-cursor-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929

3030
jobs:
3131
dependency-review:
32-
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'renovate[bot]'))
32+
if: github.repository_owner == 'Chia-Network' && (github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'renovate[bot]')))
3333
runs-on: ubuntu-latest
3434
timeout-minutes: 15
3535
steps:

0 commit comments

Comments
 (0)