aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-gq.cxx
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2024-10-12 10:52:27 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-10-22 07:56:00 +0200
commitd3aa128583eab6afb92df329ca9ea27272394307 (patch)
tree0d6be76c7ca7d920844b8f8a4e5809dc22643618 /mod/mod-ci-github-gq.cxx
parentda9ed82ac9be5845120b90074113661cf3549c05 (diff)
Fixes
Diffstat (limited to 'mod/mod-ci-github-gq.cxx')
-rw-r--r--mod/mod-ci-github-gq.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-gq.cxx b/mod/mod-ci-github-gq.cxx
index 83c78dd..1e9af74 100644
--- a/mod/mod-ci-github-gq.cxx
+++ b/mod/mod-ci-github-gq.cxx
@@ -265,8 +265,8 @@ namespace brep
build_state rst (gh_from_status (rcr.status)); // Received state.
- // Note that GitHub won't allow us to change a built check run
- // to any other state.
+ // Note that GitHub won't allow us to change a built check run to
+ // any other state (but all other transitions are allowed).
//
// @@ Are we handling the case where the resulting state (built)
// differs from what we expect?