From e33c7fb68d2d91bbde3c1228eed0f98e587704ae Mon Sep 17 00:00:00 2001 From: contradiction29 Date: Sat, 20 Apr 2024 14:18:58 +0900 Subject: [PATCH] Change test run rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 毎回e2eテストを回す必要はないため、手動でe2eテストを実行するように切り替える --- .github/workflows/playwright-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/playwright-test.yml b/.github/workflows/playwright-test.yml index 343ec850..702d84b7 100644 --- a/.github/workflows/playwright-test.yml +++ b/.github/workflows/playwright-test.yml @@ -1,7 +1,5 @@ name : Playwright E2E Test -on: - pull_request: - branches: ['main'] +on: workflow_dispatch jobs: playwright-e2e-test: