We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb53a41 commit 997c557Copy full SHA for 997c557
1 file changed
.github/workflows/playwright-e2e.yaml
@@ -2,9 +2,8 @@
2
name: "Playwright E2E Tests"
3
4
on:
5
- pull_request:
6
- branches:
7
- - main
+ schedule:
+ - cron: '0 2 * * *' # Every day at 2am UTC
8
workflow_dispatch:
9
inputs:
10
browser:
0 commit comments