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