From 93d0f830e2888d9fa5992c55e2cb3c1c64f5cb1c Mon Sep 17 00:00:00 2001 From: Akash Manohar Date: Thu, 26 Oct 2023 22:24:14 +0700 Subject: [PATCH] Use Time.utc if the task is skipped before starting the task_runner block --- src/tasks/workload/observability.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tasks/workload/observability.cr b/src/tasks/workload/observability.cr index 3924058ab..c0ad7bafe 100644 --- a/src/tasks/workload/observability.cr +++ b/src/tasks/workload/observability.cr @@ -285,7 +285,7 @@ task "tracing" do |_, args| end end else - upsert_failed_task(testsuite_task, "✖️ ✨FAILED: No cnf_testsuite.yml found! Did you run the setup task?", task_start_time) + upsert_failed_task(testsuite_task, "✖️ ✨FAILED: No cnf_testsuite.yml found! Did you run the setup task?", Time.utc) end end