From ce6b7dfce72567bdcc6ba16935809979c8475d1a Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Fri, 28 Nov 2025 23:23:53 -0800 Subject: [PATCH] Add auto-tune workflow (#14124) --- .github/workflows/auto-tune.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/auto-tune.yml diff --git a/.github/workflows/auto-tune.yml b/.github/workflows/auto-tune.yml new file mode 100644 index 000000000..0afc79bb7 --- /dev/null +++ b/.github/workflows/auto-tune.yml @@ -0,0 +1,10 @@ +name: Auto tune + +on: + workflow_dispatch: + +jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4