From 7090e3ed60d9b0185d2989c7fb58060a563f55e2 Mon Sep 17 00:00:00 2001 From: Morgan <33722304+ThyMinimalDev@users.noreply.github.com> Date: Thu, 25 Sep 2025 19:12:10 +0300 Subject: [PATCH] chore: remove atoms e2e for now (#24085) * chore: remove atoms e2e for now * fixup! chore: remove atoms e2e for now * fixup! fixup! chore: remove atoms e2e for now --- .github/workflows/all-checks.yml | 8 +------- .github/workflows/pr.yml | 12 ++---------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/.github/workflows/all-checks.yml b/.github/workflows/all-checks.yml index 34ab40d3f6..8d033f754c 100644 --- a/.github/workflows/all-checks.yml +++ b/.github/workflows/all-checks.yml @@ -74,14 +74,8 @@ jobs: uses: ./.github/workflows/e2e-embed-react.yml secrets: inherit - e2e-atoms: - name: Tests - needs: [lint, build, build-atoms, build-api-v2] - uses: ./.github/workflows/e2e-atoms.yml - secrets: inherit - required: - needs: [lint, type-check, unit-test, integration-test, build, build-api-v1, build-api-v2, e2e, e2e-embed, e2e-embed-react, e2e-app-store, e2e-atoms] + needs: [lint, type-check, unit-test, integration-test, build, build-api-v1, build-api-v2, e2e, e2e-embed, e2e-embed-react, e2e-app-store] if: always() runs-on: buildjet-2vcpu-ubuntu-2204 steps: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 98d4b31680..3ae424169b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -195,13 +195,6 @@ jobs: uses: ./.github/workflows/e2e-embed-react.yml secrets: inherit - e2e-atoms: - name: Tests - needs: [changes, check-label, build, build-atoms, build-api-v2] - if: ${{ needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }} - uses: ./.github/workflows/e2e-atoms.yml - secrets: inherit - analyze: name: Analyze Build needs: [build] @@ -211,7 +204,7 @@ jobs: merge-reports: name: Merge reports if: ${{ !cancelled() && needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }} - needs: [changes, check-label, e2e, e2e-embed, e2e-embed-react, e2e-app-store, e2e-atoms] + needs: [changes, check-label, e2e, e2e-embed, e2e-embed-react, e2e-app-store] uses: ./.github/workflows/merge-reports.yml secrets: inherit @@ -255,8 +248,7 @@ jobs: e2e-api-v2, e2e-embed, e2e-embed-react, - e2e-app-store, - e2e-atoms, + e2e-app-store ] if: always() runs-on: buildjet-2vcpu-ubuntu-2204