diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2025-01-22 11:27:16 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2025-01-22 14:59:08 +0200 |
commit | e9df4bf38f9dce42d18abab3426ea88efa078f6a (patch) | |
tree | 781e21d945fdae58473a9e36b61b64e0b57e42ec /mod/mod-ci-github.hxx | |
parent | f2cc61de479448a227136ee278941413560ecffc (diff) |
ci-github: Handle check suite completion in build_completed()
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index 4d306bb..4cedc94 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -79,6 +79,11 @@ namespace brep const build&, const diag_epilogue& log_writer) const noexcept override; + virtual void + build_completed (const string& tenant_id, + const tenant_service& ts, + const diag_epilogue& log_writer) const noexcept override; + private: virtual void init (cli::scanner&); |