diff --git a/.github/workflows/update_llm_perf_cuda_pytorch.yaml b/.github/workflows/update_llm_perf_cuda_pytorch.yaml index 9d3c5037..18fa9154 100644 --- a/.github/workflows/update_llm_perf_cuda_pytorch.yaml +++ b/.github/workflows/update_llm_perf_cuda_pytorch.yaml @@ -1,7 +1,9 @@ name: Update LLM Perf Benchmarks - CUDA PyTorch on: - workflow_dispatch: + push: + branches: + - "add-t4-for-llm-perf-leaderboard" # For debugging purpose the workflow is triggered manually # schedule: # - cron: "0 */6 * * *"