diff --git a/.github/workflows/daily_pull_requests.yaml b/.github/workflows/daily_pull_requests.yaml index 04a6ef157ff..69bbb90e233 100644 --- a/.github/workflows/daily_pull_requests.yaml +++ b/.github/workflows/daily_pull_requests.yaml @@ -16,21 +16,11 @@ jobs: run: "bin/rector sync-annotation-parser --dry-run --ansi" branch: 'automated-regenerate-doctrine-parser' - - - name: "Re-Generate Nodes/Rectors Documentation" - run: "composer docs" - branch: 'automated-regenerated-nodes-rectors-documentation' - - name: "Re-Propagate Monorepo Dependencies" run: "composer propagate --ansi" branch: 'automated-propagate-monorepo-dependencies' - - - name: 'Apply Coding Standard' - run: "composer fix-cs" - branch: 'automated-apply-coding-standards' - name: ${{ matrix.actions.name }} runs-on: ubuntu-latest diff --git a/.github/workflows/weekly_pull_requests.yaml b/.github/workflows/weekly_pull_requests.yaml index 685c154e6cb..d7717e8a375 100644 --- a/.github/workflows/weekly_pull_requests.yaml +++ b/.github/workflows/weekly_pull_requests.yaml @@ -16,6 +16,16 @@ jobs: run: "composer changelog" branch: 'automated-regenerated-changelog' + - + name: "Re-Generate Nodes/Rectors Documentation" + run: "composer docs" + branch: 'automated-regenerated-nodes-rectors-documentation' + + - + name: 'Apply Coding Standard' + run: "composer fix-cs" + branch: 'automated-apply-coding-standards' + name: ${{ matrix.actions.name }} runs-on: ubuntu-latest