From dcf1828a6e54e10a3ae9601ad38ee8811ad5b916 Mon Sep 17 00:00:00 2001 From: Michael Kochell <6913320+mickmister@users.noreply.github.com> Date: Tue, 20 Jun 2023 03:42:26 -0500 Subject: [PATCH] Make playwright tests run off of ci workflow run (#681) --- .github/workflows/playwright.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 703fe7935..2f3851922 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -2,10 +2,10 @@ name: Playwright Tests on: schedule: - cron: "0 0 * * *" - pull_request: - push: - branches: - - master + workflow_run: + workflows: ["ci"] + types: + - completed env: TERM: xterm