Skip to content

Commit

Permalink
Change test run rule
Browse files Browse the repository at this point in the history
毎回e2eテストを回す必要はないため、手動でe2eテストを実行するように切り替える
  • Loading branch information
sora32127 committed Apr 20, 2024
1 parent 7a80527 commit e33c7fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/playwright-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name : Playwright E2E Test
on:
pull_request:
branches: ['main']
on: workflow_dispatch

jobs:
playwright-e2e-test:
Expand Down

0 comments on commit e33c7fb

Please sign in to comment.