diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2025-01-16 14:57:40 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2025-01-20 11:29:59 +0200 |
commit | 96a8bc449cb7205b36dde1528f49e7a57d738a64 (patch) | |
tree | ec5f11503971b61955b5852480f9cd1ae35abd72 /mod/mod-ci-github.cxx | |
parent | 4644db4ad07800637e326d2b971d105cd037b27f (diff) |
ci-github: Set check run details_url sooner, when enqueued
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 438fcbd..77ff35d 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -2316,7 +2316,7 @@ namespace brep build_state::queued, false /* state_synced */, nullopt /* status */, - nullopt /* details_url */}); + details_url (b)}); } } @@ -2520,7 +2520,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 |