From 3db3d415b3b91311def5e62910b906ab5d253446 Mon Sep 17 00:00:00 2001 From: theodesp <328805+theodesp@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:49:16 +0100 Subject: [PATCH] CI/CD: Remove examples/next/block-support from bundle analysis. --- .github/workflows/nextjs-bundle-analysis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index 3bf05b303..a22ef403a 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -23,7 +23,6 @@ jobs: matrix: next-dir: [ 'examples/next/faustwp-getting-started', - 'examples/next/block-support' ] runs-on: ubuntu-latest