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"