We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68204e commit 76aeefcCopy full SHA for 76aeefc
.github/workflows/rector.yaml.yml
@@ -11,7 +11,7 @@ env:
11
jobs:
12
rector:
13
runs-on: ubuntu-latest
14
- if: github.event.pull_request.head.repo.full_name == 'rectorphp/rector-doctrine'
+ if: github.event.pull_request.head.repo.full_name == 'rectorphp/rector-symfony'
15
steps:
16
-
17
if: github.event.pull_request.head.repo.full_name == github.repository
0 commit comments