diff options
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<DbCtx>, 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"); |