fix: Broken GitHub workflows (#15979)

This commit is contained in:
Keith Williams
2024-07-29 17:35:52 +03:00
committed by GitHub
parent 92d0fc6eb4
commit 7902c6157d
-6
View File
@@ -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()