Skip to content

Commit 7a1082e

Browse files
chore: 👷 schedule-weekly
1 parent 881b408 commit 7a1082e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches: [ main, master ]
55
pull_request:
66
branches: [ main, master ]
7+
schedule:
8+
- cron: '0 23 * * 5' # Run at 23:00 UTC on Friday (20:00 GMT-3)
79
jobs:
810
test:
911
timeout-minutes: 60

0 commit comments

Comments
 (0)