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 f2daba1 commit 3820e61Copy full SHA for 3820e61
.github/workflows/code_analysis.yaml
@@ -12,7 +12,7 @@ jobs:
12
13
rector:
14
# run only on PR's from branches on main repository (from core contributors), not on the forks or PR's from forks.
15
- if: github.event.pull_request.head.repo.full_name == github.repository
+ if: github.event.pull_request.head.repo.full_name == github.repository && github.repository == 'driftingly/rector-laravel'
16
17
# see https://github.com/rectorphp/reusable-workflows
18
uses: rectorphp/reusable-workflows/.github/workflows/rector.yaml@main
0 commit comments