We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881b408 commit 7a1082eCopy full SHA for 7a1082e
.github/workflows/playwright.yml
@@ -4,6 +4,8 @@ on:
4
branches: [ main, master ]
5
pull_request:
6
7
+ schedule:
8
+ - cron: '0 23 * * 5' # Run at 23:00 UTC on Friday (20:00 GMT-3)
9
jobs:
10
test:
11
timeout-minutes: 60
0 commit comments