Skip to content

Commit

Permalink
feat: add instrument to create_check_run
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jun 12, 2024
1 parent 6381e06 commit bbe81ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub enum JobSource {
}

// create github check run for the specified git commit
#[tracing::instrument(skip(crab))]
async fn create_check_run(crab: octocrab::Octocrab, arch: String, git_sha: String) -> Option<u64> {
match crab
.checks("AOSC-Dev", "aosc-os-abbs")
Expand Down

0 comments on commit bbe81ae

Please sign in to comment.