From 388ae27a28b5c950507abccd11262c2bb78e608f Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Thu, 16 Jan 2025 14:57:40 +0200 Subject: ci-github: Set details_url on check run when queued already --- mod/mod-ci-github.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/mod-ci-github.cxx') 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 -- cgit v1.1