From 59afb0160e39cfeb8c5c90a9a84d7a4cf45bb4a5 Mon Sep 17 00:00:00 2001 From: Jianlin Shi Date: Fri, 20 Dec 2024 22:37:51 -0700 Subject: [PATCH] custom_build_wincuda --- .../workflows/{custom_build.yml => custom_build_wincuda.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{custom_build.yml => custom_build_wincuda.yml} (96%) diff --git a/.github/workflows/custom_build.yml b/.github/workflows/custom_build_wincuda.yml similarity index 96% rename from .github/workflows/custom_build.yml rename to .github/workflows/custom_build_wincuda.yml index 02237991f..069fa2378 100644 --- a/.github/workflows/custom_build.yml +++ b/.github/workflows/custom_build_wincuda.yml @@ -1,4 +1,4 @@ -name: build_win_cuda_full +name: custom_build_wincuda on: workflow_dispatch: # allows manual triggering