docs(ci): remove providers which don't support GHA on deployment event (#13786)

Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
This commit is contained in:
Max Schmitt 2022-04-27 16:06:19 +02:00 committed by GitHub
parent dab2384b0e
commit 992b47910f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ We run [our tests](https://github.com/microsoft/playwright/blob/main/.github/wor
### GitHub Actions on deployment
This will start the tests after a [GitHub Deployment](https://developer.github.com/v3/repos/deployments/) went into the `success` state.
Services like Azure Static Web Apps, Netlify, Vercel, etc. use this pattern so you can run your end-to-end tests on their deployed environment.
Services like Vercel use this pattern so you can run your end-to-end tests on their deployed environment.
```yml
name: Playwright Tests