Skip to content

Commit 965ab1a

Browse files
authored
test: move e2e tests to a daily schedule (#2051)
1 parent e745c26 commit 965ab1a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/e2e-next.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Next.js e2e test suite
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize]
6-
push:
7-
branches: [main]
4+
# pull_request:
5+
# types: [opened, synchronize]
6+
# push:
7+
# branches: [main]
8+
schedule:
9+
- cron: '0 0 * * *'
810

911
jobs:
1012
setup:

0 commit comments

Comments
 (0)