From d20bc09cba4f67ea0e6d32818ee66dd3b3513c0c Mon Sep 17 00:00:00 2001 From: Xiaoyun Zhang Date: Mon, 1 Jan 2024 19:19:07 -0800 Subject: [PATCH] move dotnet pipeline to the root of workflow (#1116) --- .github/workflows/{dotnet/build.yml => dotnet-build.yml} | 0 ...and_notebooks.yml => dotnet-run-openai-test-and-notebooks.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{dotnet/build.yml => dotnet-build.yml} (100%) rename .github/workflows/{dotnet/run_openai_test_and_notebooks.yml => dotnet-run-openai-test-and-notebooks.yml} (100%) diff --git a/.github/workflows/dotnet/build.yml b/.github/workflows/dotnet-build.yml similarity index 100% rename from .github/workflows/dotnet/build.yml rename to .github/workflows/dotnet-build.yml diff --git a/.github/workflows/dotnet/run_openai_test_and_notebooks.yml b/.github/workflows/dotnet-run-openai-test-and-notebooks.yml similarity index 100% rename from .github/workflows/dotnet/run_openai_test_and_notebooks.yml rename to .github/workflows/dotnet-run-openai-test-and-notebooks.yml