diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2025-01-16 14:57:40 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2025-01-20 09:01:15 +0200 |
commit | 388ae27a28b5c950507abccd11262c2bb78e608f (patch) | |
tree | 14fb3a92a7c002c71a5d5911cd842bf7e17110c8 /mod/mod-ci-github.cxx | |
parent | f478126a4b4df9db1180c13634e2d99580464d95 (diff) |
ci-github: Set details_url on check run when queued already
Diffstat (limited to 'mod/mod-ci-github.cxx')
-rw-r--r-- | mod/mod-ci-github.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index 69136a6..c15be43 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -2313,7 +2313,7 @@ namespace brep build_state::queued, false /* state_synced */, nullopt /* status */, - nullopt /* details_url */}); + details_url (b)}); } } @@ -2517,7 +2517,7 @@ namespace brep iat->token, sd.repository_node_id, *cr->node_id, - details_url (b), + nullopt /* details_url */, build_state::building)) { // Do nothing further if the state was already built on GitHub (note |