From 9d233c6b5d7609ee57cc0dcbfda39a509057dc95 Mon Sep 17 00:00:00 2001 From: shreybaz <149352258+shreybaz@users.noreply.github.com> Date: Mon, 20 May 2024 04:32:08 +0530 Subject: [PATCH] Update playwright.yml --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 626736c..d0d4ea5 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -4,12 +4,12 @@ on: branches: [ main ] pull_request: branches: [ main ] + repository_dispatch: + types: [call] jobs: automation-test: runs-on: ubuntu-latest - env: - COOKIE_KEY: '1267b291500365c42043e04bc69cf24a31495bd8936fc8d6794283675e288fad755971922d45cf1ca0b438df4fc847f39cb0b2aceb3a45673eff231cddb88dc9' steps: - name: Checkout repo