diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2025-02-20 10:50:16 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2025-02-20 15:56:51 +0200 |
commit | 8921de8fa65a2144e2eacf89b3009922ed849973 (patch) | |
tree | c775c6aba367c7195c9b7fa5013e4177ce27c137 /mod/mod-ci-github.hxx | |
parent | 2abb3ab35426189a9c478564a6426680c7cd3af0 (diff) |
ci-github: Re-request check suite on internal CI cancellation
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index 0c90bb1..9a271aa 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -84,6 +84,13 @@ namespace brep const tenant_service& ts, const diag_epilogue& log_writer) const noexcept override; + // @@ TODO + //virtual void + void + build_canceled (const string& tenant_id, + const tenant_service&, + const diag_epilogue& log_writer) const noexcept; //override; + private: virtual void init (cli::scanner&); |