There was an error while loading. Please reload this page.
1 parent 3173aaa commit 16ab590Copy full SHA for 16ab590
1 file changed
.github/workflows/dependency-cursor-review.yml
@@ -29,7 +29,7 @@ permissions:
29
30
jobs:
31
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]'))
+ 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]')))
33
runs-on: ubuntu-latest
34
timeout-minutes: 15
35
steps:
0 commit comments