From 6f684fe8d0c34d6da4fbbe7c8f3f35ee0c1324d1 Mon Sep 17 00:00:00 2001 From: Moray Grieve Date: Mon, 9 Dec 2024 21:16:01 +0000 Subject: [PATCH] Renamed --- ...{persist_performance_results.yml => persist_performance.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{persist_performance_results.yml => persist_performance.yml} (98%) diff --git a/.github/workflows/persist_performance_results.yml b/.github/workflows/persist_performance.yml similarity index 98% rename from .github/workflows/persist_performance_results.yml rename to .github/workflows/persist_performance.yml index 476bf733..8269a9a8 100644 --- a/.github/workflows/persist_performance_results.yml +++ b/.github/workflows/persist_performance.yml @@ -1,6 +1,6 @@ # Builds a local testnet and runs a set of tests # -name: '[persist] Persist performance results' +name: '[persist] Persist performance' run-name: Run performance tests (${{ github.event.inputs.environment }}) on: workflow_dispatch: