From bbbb436f625dba6bc0a840bb07aaabc41902e6bc Mon Sep 17 00:00:00 2001 From: joffeoja <51059438+joffeoja@users.noreply.github.com> Date: Thu, 13 Nov 2025 22:07:09 +0100 Subject: [PATCH] Update release-config-yaml.yml --- .github/workflows/release-config-yaml.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-config-yaml.yml b/.github/workflows/release-config-yaml.yml index cae9b51ae..42e08e3af 100644 --- a/.github/workflows/release-config-yaml.yml +++ b/.github/workflows/release-config-yaml.yml @@ -16,6 +16,8 @@ permissions: jobs: release: + # Only run this workflow on the main repository (continuedev/continue) + if: github.repository == 'continuedev/continue' uses: ./.github/workflows/reusable-release.yml with: package-name: "config-yaml"