/.github/{actions, workflows}: rename action

This commit is contained in:
coffeegoddd
2024-02-14 17:10:50 -08:00
parent 4a4821110b
commit 3657f4374b
3 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
name: 'Dolt Benchmark Runner Utility Test'
description: "Smoke tests for Dolt's benchmark runner utility"
runs:
using: 'docker'
image: '../../../SysbenchDockerfile'

View File

@@ -1,5 +0,0 @@
name: 'Dolt Sysbench Runner Utility Test'
description: "Smoke tests for Dolt's sysbench runner utility"
runs:
using: 'docker'
image: '../../../SysbenchDockerfile'