From 3657f4374b4eef4258b494f616ecdf3cb8236490 Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Wed, 14 Feb 2024 17:10:50 -0800 Subject: [PATCH] /.github/{actions, workflows}: rename action --- .github/actions/benchmark-runner-tests/action.yaml | 5 +++++ .github/actions/sysbench-runner-tests/action.yaml | 5 ----- ...ench-runner-tests.yaml => ci-benchmark-runner-tests.yaml} | 0 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .github/actions/benchmark-runner-tests/action.yaml delete mode 100644 .github/actions/sysbench-runner-tests/action.yaml rename .github/workflows/{ci-sysbench-runner-tests.yaml => ci-benchmark-runner-tests.yaml} (100%) diff --git a/.github/actions/benchmark-runner-tests/action.yaml b/.github/actions/benchmark-runner-tests/action.yaml new file mode 100644 index 0000000000..4f5a9d9714 --- /dev/null +++ b/.github/actions/benchmark-runner-tests/action.yaml @@ -0,0 +1,5 @@ +name: 'Dolt Benchmark Runner Utility Test' +description: "Smoke tests for Dolt's benchmark runner utility" +runs: + using: 'docker' + image: '../../../SysbenchDockerfile' diff --git a/.github/actions/sysbench-runner-tests/action.yaml b/.github/actions/sysbench-runner-tests/action.yaml deleted file mode 100644 index f24cc6a19e..0000000000 --- a/.github/actions/sysbench-runner-tests/action.yaml +++ /dev/null @@ -1,5 +0,0 @@ -name: 'Dolt Sysbench Runner Utility Test' -description: "Smoke tests for Dolt's sysbench runner utility" -runs: - using: 'docker' - image: '../../../SysbenchDockerfile' diff --git a/.github/workflows/ci-sysbench-runner-tests.yaml b/.github/workflows/ci-benchmark-runner-tests.yaml similarity index 100% rename from .github/workflows/ci-sysbench-runner-tests.yaml rename to .github/workflows/ci-benchmark-runner-tests.yaml