From acac3315dc6d5b42671d3ca5240189a69af1975b Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Tue, 5 Nov 2024 13:54:00 +0200 Subject: Continue service_data::completed --- mod/mod-ci-github.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mod/mod-ci-github.cxx') diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index d5c2e74..0e95aa2 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -1241,7 +1241,7 @@ namespace brep return nullptr; } - // Ignore attempts to add new builds to a completed check run. This can + // Ignore attempts to add new builds to a completed check suite. This can // happen, for example, if a new build configuration is added before // the tenant is archived. // @@ -1411,7 +1411,7 @@ namespace brep } // Similar to build_queued(), ignore attempts to add new builds to a - // completed check run. + // completed check suite. // if (sd.completed) return nullptr; @@ -1561,14 +1561,14 @@ namespace brep } // Similar to build_queued(), ignore attempts to add new builds to a - // completed check run. + // completed check suite. // if (sd.completed) return nullptr; // Here we need to update the state of this check run and, if there are no // more unbuilt ones, update the synthetic conclusion check run and mark - // the check run as completed. + // the check suite as completed. // // Absent means we still have unbuilt check runs. // -- cgit v1.1