From 7b1f4bcb47c1275d4bd8e43876d915f568ed68d3 Mon Sep 17 00:00:00 2001 From: Pauline Bailly-Masson <155966238+paulinebm@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:21:26 +0100 Subject: [PATCH] Update 1-test-trtllm2.yml --- .github/workflows/1-test-trtllm2.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/1-test-trtllm2.yml b/.github/workflows/1-test-trtllm2.yml index cba6cadf64b..58707d785d4 100644 --- a/.github/workflows/1-test-trtllm2.yml +++ b/.github/workflows/1-test-trtllm2.yml @@ -1,9 +1,9 @@ name: "TensorRT-LLM C/C++/CUDA Test Suite POPO" -on: - push: - branches: - - 'main' - - 'trtllm/ci' +on: workflow_dispatch + # push: + # branches: + # - 'main' + # - 'trtllm/ci' tags: - 'v*' pull_request: