From ffeab40af62c4da1331ad7d1c980038aea06108d Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 14 Apr 2022 18:19:26 +0100 Subject: [PATCH] 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. --- .github/workflows/netlify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/netlify.yaml b/.github/workflows/netlify.yaml index 864f029d1e..ec09379b6e 100644 --- a/.github/workflows/netlify.yaml +++ b/.github/workflows/netlify.yaml @@ -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: