diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e280e2f601..3aaf39e761 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -79,6 +79,13 @@ jobs: uses: ./.github/workflows/e2e-app-store.yml secrets: inherit + e2e-app-store-2: + name: E2E App Store tests 2 + if: ${{ needs.changes.outputs.app-store == 'true' }} + needs: [changes, lint, build] + uses: ./.github/workflows/e2e-app-store.yml + secrets: inherit + e2e-embed: name: E2E embeds tests if: ${{ needs.changes.outputs.embed == 'true' }}