mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-29 11:33:33 +01:00
[ci] move cs and doc check to once a week
This commit is contained in:
parent
8a739f2ce6
commit
72d01fea03
10
.github/workflows/daily_pull_requests.yaml
vendored
10
.github/workflows/daily_pull_requests.yaml
vendored
@ -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
|
||||
|
10
.github/workflows/weekly_pull_requests.yaml
vendored
10
.github/workflows/weekly_pull_requests.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user