From 034ff3d232a7823c254cb28fd9ff6956317a0553 Mon Sep 17 00:00:00 2001 From: Elijah Potter Date: Mon, 27 Oct 2025 09:48:54 -0600 Subject: [PATCH] fix(ci): don't build all VS Code plugins on PRs It's redundant, since we run the relevant tests. We're keeping them on commits to `master`, though. --- .github/workflows/vscode_plugin.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/vscode_plugin.yml b/.github/workflows/vscode_plugin.yml index 009496ff..1ac488f5 100644 --- a/.github/workflows/vscode_plugin.yml +++ b/.github/workflows/vscode_plugin.yml @@ -4,8 +4,6 @@ on: push: branches: ["master"] tags: ["v*"] - pull_request: - branches: ["master"] merge_group: jobs: