From f40b3bb90a90b7a72e20b1731c7121ec307016d6 Mon Sep 17 00:00:00 2001 From: Gabriele Oliaro Date: Sat, 30 Mar 2024 14:17:40 -0400 Subject: [PATCH] run GPU CI manually --- .github/workflows/gpu-ci.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/gpu-ci.yml b/.github/workflows/gpu-ci.yml index 3b679e9f20..4351be9424 100644 --- a/.github/workflows/gpu-ci.yml +++ b/.github/workflows/gpu-ci.yml @@ -1,21 +1,8 @@ name: "gpu-ci" on: - pull_request: - paths: - - "cmake/**" - - "config/**" - - "deps/**" - - "python/**" - - "setup.py" - - "include/**" - - "src/**" - - ".github/workflows/gpu-ci.yml" - - "tests/cpp_gpu_tests.sh" - - "tests/multi_gpu_tests.sh" - - "tests/python_interface_test.sh" push: branches: - - "master" + - "inference" paths: - "cmake/**" - "config/**"