From 992b47910f0b221fa073ef941ce916e38e5d18a8 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 27 Apr 2022 16:06:19 +0200 Subject: [PATCH] docs(ci): remove providers which don't support GHA on deployment event (#13786) Co-authored-by: Dmitry Gozman --- docs/src/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ci.md b/docs/src/ci.md index 47a0532666..162378e736 100644 --- a/docs/src/ci.md +++ b/docs/src/ci.md @@ -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