From dda56ae26563eb0bfca8c9de9f9007bd2f2e8732 Mon Sep 17 00:00:00 2001 From: Bogdan Nechyporenko Date: Mon, 30 Oct 2023 15:06:32 +0100 Subject: [PATCH] Preserve step's time execution for a non-running task. Signed-off-by: Bogdan Nechyporenko --- .changeset/soft-oranges-act.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/soft-oranges-act.md diff --git a/.changeset/soft-oranges-act.md b/.changeset/soft-oranges-act.md new file mode 100644 index 0000000000..99ff63395f --- /dev/null +++ b/.changeset/soft-oranges-act.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-react': patch +--- + +Preserve step's time execution for a non-running task.