From 7902c6157d36dbab464cd3bb29cd9b709aecee59 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Mon, 29 Jul 2024 17:35:52 +0300 Subject: [PATCH] fix: Broken GitHub workflows (#15979) --- .github/workflows/pr.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c7fb8ce576..aad7d6d862 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -181,12 +181,6 @@ jobs: uses: ./.github/workflows/nextjs-bundle-analysis.yml secrets: inherit - annotate-analysis: - name: Annotate build analysis on PR - needs: [build, analyze] - uses: ./.github/workflows/nextjs-bundle-analysis-annotation.yml - secrets: inherit - required: needs: [changes, lint, type-check, unit-test, integration-test, check-label, build, build-api-v1, build-api-v2, e2e, e2e-api-v2, e2e-embed, e2e-embed-react, e2e-app-store] if: always()