Revert "chore: Make embed and app-store tests required" (#10282)

pull/10262/head^2
Omar López 2023-07-20 11:58:07 -07:00 committed by GitHub
parent 66c1e29d91
commit 939a32813f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ jobs:
secrets: inherit
required:
needs: [lint, type-check, test, build, e2e, e2e-embed, e2e-embed-react, e2e-app-store]
needs: [lint, type-check, test, build, e2e]
if: always()
runs-on: buildjet-4vcpu-ubuntu-2204
steps: