From 1a767f564cda8770ae16e2a4c0013cef8fe41f69 Mon Sep 17 00:00:00 2001 From: Oguz Ulgen Date: Fri, 5 Sep 2025 15:28:43 -0700 Subject: [PATCH] Update benchmark_dispatch.yml --- .github/workflows/benchmark_dispatch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark_dispatch.yml b/.github/workflows/benchmark_dispatch.yml index 217774e37..861984660 100644 --- a/.github/workflows/benchmark_dispatch.yml +++ b/.github/workflows/benchmark_dispatch.yml @@ -18,7 +18,7 @@ on: jobs: run-h100: - if: ${{ github.event.inputs.run_h100 == 'true' }} + if: ${{ github.event.inputs.run_h100 == 'true' || github.event_name == 'schedule' }} uses: ./.github/workflows/benchmark.yml permissions: id-token: write @@ -32,7 +32,7 @@ jobs: alias: h100 run-b200: - if: ${{ github.event.inputs.run_b200 == 'true' }} + if: ${{ github.event.inputs.run_b200 == 'true' || github.event_name == 'schedule' }} uses: ./.github/workflows/benchmark.yml permissions: id-token: write