We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de280a5 commit 4f5ce71Copy full SHA for 4f5ce71
devops/scripts/benchmarks/history.py
@@ -91,7 +91,7 @@ def create_run(self, name: str, results: list[Result]) -> BenchmarkRun:
91
hostname = os.getenv("RUNNER_NAME")
92
if hostname is None:
93
hostname = socket.gethostname()
94
- else if not Validate.runner_name(hostname):
+ elif not Validate.runner_name(hostname):
95
# However, nothing stops github runner env variables (including
96
# RUNNER_NAME) from being modified by external actors. Ensure
97
# RUNNER_NAME contains nothing malicious:
0 commit comments