Skip to content

Commit f120c42

Browse files
fix: update cron schedule to run Playwright tests daily at midnight
1 parent 2f9536d commit f120c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-corn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Scheduled Playwright Tests
22

33
on:
44
schedule:
5-
- cron: "*/5 * * * *" # Runs every 5 minutes # Runs every 12 hours
5+
- cron: "0 0 * * *" # Runs daily at midnight
66

77
defaults:
88
run:

0 commit comments

Comments
 (0)