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:
parent
123a659cf8
commit
ffeab40af6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/netlify.yaml
vendored
2
.github/workflows/netlify.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue