Skip to content

Commit b3e3fff

Browse files
authored
update to allow remote system access (#545)
* update to allow remote system access * change start times
1 parent 0eacc1e commit b3e3fff

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .cron.yml

+1-1
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}

Diff for: .github/workflows/check-beta.yml

+1-1
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:

Diff for: conftest.py

+1
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)