From 1a8022a65341a2c796580451b33eddcbde67686b Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 1 Jul 2023 16:19:22 -0700 Subject: create a new run to go with a job --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index b7be4b6..1325d16 100644 --- a/src/main.rs +++ b/src/main.rs @@ -260,6 +260,7 @@ async fn process_push_event(ctx: Arc, owner: String, repo: String, event: .expect("is str"); let job_id = ctx.new_job(remote_id, &sha, Some(pusher_email)).unwrap(); + let _ = ctx.new_run(job_id).unwrap(); let notifiers = ctx.notifiers_by_repo(repo_id).expect("can get notifiers"); -- cgit v1.1