File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 20
20
- {hour: 10, minute: 15}
21
21
- {hour: 11, minute: 15}
22
22
- {hour: 12, minute: 15}
23
- - {hour: 13, minute: 15 }
23
+ - {hour: 13, minute: 45 }
24
24
- {hour: 14, minute: 15}
25
25
- {hour: 15, minute: 15}
26
26
- {hour: 16, minute: 15}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check new beta version
2
2
3
3
on :
4
4
schedule :
5
- - cron : " 25 */1 * * *"
5
+ - cron : " 33 */1 * * *"
6
6
env :
7
7
LATEST : " "
8
8
permissions :
Original file line number Diff line number Diff line change @@ -447,6 +447,7 @@ def driver(
447
447
"""
448
448
try :
449
449
options = Options ()
450
+ options .add_argument ("--remote-allow-system-access" )
450
451
if opt_headless :
451
452
options .add_argument ("--headless" )
452
453
options .binary_location = fx_executable
You can’t perform that action at this time.
0 commit comments