Skip to content

Commit e7820f0

Browse files
Merge branch 'main' into as/l10n-improve-readability
2 parents e9c76cb + b3e3fff commit e7820f0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- {hour: 10, minute: 15}
2121
- {hour: 11, minute: 15}
2222
- {hour: 12, minute: 15}
23-
- {hour: 13, minute: 15}
23+
- {hour: 13, minute: 45}
2424
- {hour: 14, minute: 15}
2525
- {hour: 15, minute: 15}
2626
- {hour: 16, minute: 15}

.github/workflows/check-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check new beta version
22

33
on:
44
schedule:
5-
- cron: "25 */1 * * *"
5+
- cron: "33 */1 * * *"
66
env:
77
LATEST: ""
88
permissions:

conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ def driver(
447447
"""
448448
try:
449449
options = Options()
450+
options.add_argument("--remote-allow-system-access")
450451
if opt_headless:
451452
options.add_argument("--headless")
452453
options.binary_location = fx_executable

0 commit comments

Comments
 (0)