From cbc2b21f6e4c1cdf4c9fcea7cb44f721b8f7acac Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Thu, 7 Mar 2024 20:03:21 +0400 Subject: [PATCH] chore(SLB-261): debug --- .github/workflows/high_content_volume.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/high_content_volume.yml b/.github/workflows/high_content_volume.yml index 02edab017..5062a1e0b 100644 --- a/.github/workflows/high_content_volume.yml +++ b/.github/workflows/high_content_volume.yml @@ -34,8 +34,8 @@ jobs: - name: 'Gatsby: Clean' run: pnpm --filter "@custom/website" clean - - name: 'Drupal: Create content' - run: pnpm --filter "@custom/cms" drush php:script scripts/create-lots-of-content/run.php +# - name: 'Drupal: Create content' +# run: pnpm --filter "@custom/cms" drush php:script scripts/create-lots-of-content/run.php - name: 'Gatsby: Full build' run: pnpm --filter "@custom/website" build:gatsby