Fix netlify previews (#8330)

Update the name of the workflow in the workflow_run trigger as
it was changed when adding cypress tests.

This will upload the preview build after running the cypress tests:
unsure if this is what we want or not. The preview build will be
slower to appear, but it does sort of make sense to only get a
preview buuild if the tests pass. If not, we might be able to do
this by doing a repository dispatch after the preview build.
This commit is contained in:
David Baker 2022-04-14 18:19:26 +01:00 committed by GitHub
parent 123a659cf8
commit ffeab40af6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
name: Upload Preview Build to Netlify
on:
workflow_run:
workflows: ["Layered Preview Build"]
workflows: ["Element Web - Build and Test"]
types:
- completed
jobs: