diff --git a/.buildkite/pipeline.py b/.buildkite/pipeline.py index 8988cde09cd..f2585dd9704 100755 --- a/.buildkite/pipeline.py +++ b/.buildkite/pipeline.py @@ -86,7 +86,7 @@ def create_entity(self) -> dict[str, Any]: "notify": [ { "github_commit_status": { - "context": f"{self.project}: {self.name}", + "context": f"{self.project.title()}: {self.name}", } } ],