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