Add auto-tune workflow (#14124)

This commit is contained in:
Lianmin Zheng
2025-11-28 23:23:53 -08:00
committed by GitHub
parent 0fe74af563
commit ce6b7dfce7

10
.github/workflows/auto-tune.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: Auto tune
on:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4