From b2366abe3ee60950a5a27a7f0c27283f85104bc3 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 26 May 2021 14:36:36 -0700 Subject: [PATCH] Comment out file paths for snippets 5000 (#22413) * Comment out file paths * Update branch --- .github/workflows/build-validation.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-validation.yml b/.github/workflows/build-validation.yml index 5c127b40fb..4ff65f7ded 100644 --- a/.github/workflows/build-validation.yml +++ b/.github/workflows/build-validation.yml @@ -6,19 +6,19 @@ name: Snippets 5000 on: pull_request: paths: - - "**.cs" - - "**.vb" - - "**.fs" - - "**.xaml" - - "**.razor" - - "**.cshtml" - - "**.vbhtml" - - "**.csproj" - - "**.vbproj" - - "**.fsproj" - - "**.sln" - - "**global.json" - - "**snippets.5000.json" +# - "**.cs" +# - "**.vb" +# - "**.fs" +# - "**.xaml" +# - "**.razor" +# - "**.cshtml" +# - "**.vbhtml" +# - "**.csproj" +# - "**.vbproj" +# - "**.fsproj" +# - "**.sln" +# - "**global.json" +# - "**snippets.5000.json" branches: [ none ] env: