[ci] move cs and doc check to once a week

This commit is contained in:
TomasVotruba 2021-01-14 11:09:52 +01:00
parent 8a739f2ce6
commit 72d01fea03
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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