From 6a4ea1fb91ac15f88de991fcbdffed99bd5e0546 Mon Sep 17 00:00:00 2001 From: imstar15 Date: Tue, 28 Nov 2023 22:10:00 +0800 Subject: [PATCH] Remove xcmp_handler in benchmark workflow --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f9386577..c9e23941 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -5,7 +5,7 @@ on: inputs: pallet: description: provided a list of pallet to run benchmark on - default: 'automation_time,automation_price,vesting,valve,xcmp_handler' + default: 'automation_time,automation_price,vesting,valve' required: true concurrency: