diff --git a/.github/workflows/weekly_pull_requests.yaml b/.github/workflows/weekly_pull_requests.yaml index 9c16618a78b..324f7aa1baf 100644 --- a/.github/workflows/weekly_pull_requests.yaml +++ b/.github/workflows/weekly_pull_requests.yaml @@ -25,6 +25,11 @@ jobs: run: "composer fix-cs" branch: 'automated-apply-coding-standards' + - + name: 'Re-Generate preload.php' + run: "composer preload" + branch: 'automated-regenerated-preload' + name: ${{ matrix.actions.name }} runs-on: ubuntu-latest timeout-minutes: 30 diff --git a/build/build-preload.php b/build/build-preload.php index 9cde67fde36..521ad73e633 100755 --- a/build/build-preload.php +++ b/build/build-preload.php @@ -23,7 +23,7 @@ function buildPreloadScript(string $buildDirectory): void $preloadFileContent = <<<'php'