diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-11-07 10:15:49 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-11-07 10:15:49 +0200 |
commit | 638ee7104f629757fe5f1e2c6dd92b999954aa44 (patch) | |
tree | a94c11240b6fb09cc71407e34ca84b29205c98dd /mod/mod-ci-github.cxx | |
parent | acac3315dc6d5b42671d3ca5240189a69af1975b (diff) |
Do not send tenant service notification in build result handler for 'forcing' build state
Diffstat (limited to 'mod/mod-ci-github.cxx')
-rw-r--r-- | mod/mod-ci-github.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index 0e95aa2..e11cd4e 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -621,7 +621,7 @@ namespace brep } bool ci_github:: - handle_check_run_request (gh_check_run_event cr, bool warning_success) + handle_check_run_request (gh_check_run_event cr, bool /* warning_success */) { HANDLER_DIAG; |