Skip to content

Commit 997c557

Browse files
committed
Run it daily
1 parent fb53a41 commit 997c557

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/playwright-e2e.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: "Playwright E2E Tests"
33

44
on:
5-
pull_request:
6-
branches:
7-
- main
5+
schedule:
6+
- cron: '0 2 * * *' # Every day at 2am UTC
87
workflow_dispatch:
98
inputs:
109
browser:

0 commit comments

Comments
 (0)