We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc5d24 commit 55cc76fCopy full SHA for 55cc76f
1 file changed
.github/workflows/pr.yml
@@ -79,13 +79,6 @@ jobs:
79
uses: ./.github/workflows/e2e-app-store.yml
80
secrets: inherit
81
82
- e2e-app-store-2:
83
- name: E2E App Store tests 2
84
- if: ${{ needs.changes.outputs.app-store == 'true' }}
85
- needs: [changes, lint, build]
86
- uses: ./.github/workflows/e2e-app-store.yml
87
- secrets: inherit
88
-
89
e2e-embed:
90
name: E2E embeds tests
91
if: ${{ needs.changes.outputs.embed == 'true' }}
0 commit comments