From 30ee4f9e1b4e501f690603a01ce0aaa03778074f Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 31 Aug 2023 11:49:16 +0100 Subject: [PATCH] ci: run on deployment status instead --- .github/workflows/playwright.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9f6aa65a..0780d041 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -7,12 +7,7 @@ on: required: false description: The URL to run the test suite against. If omitted, it runs against all. type: string - push: - branches: - - main - pull_request: - branches: - - main + deployment_status: jobs: test: