From a472f971590091bc1f2624e750a3f224cceb2ed2 Mon Sep 17 00:00:00 2001 From: nikitalita <69168929+nikitalita@users.noreply.github.com> Date: Tue, 13 Dec 2022 08:24:10 -0800 Subject: [PATCH] CI: Don't run build editor checks for .vscode --- .github/workflows/all_builds.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/all_builds.yml b/.github/workflows/all_builds.yml index 6c040fc3..991bfb48 100644 --- a/.github/workflows/all_builds.yml +++ b/.github/workflows/all_builds.yml @@ -7,6 +7,7 @@ on: - "!LICENSE" - "!.scripts/clang_format.sh" - "!.github/**" + - "!.vscode/**" - ".github/actions/**" - ".github/workflows/all_builds.yml" pull_request: @@ -16,6 +17,7 @@ on: - "!LICENSE" - "!.scripts/clang_format.sh" - "!.github/**" + - "!.vscode/**" - ".github/actions/**" - ".github/workflows/all_builds.yml"