From bb72b6378390a03387610bb55415a2d69225a579 Mon Sep 17 00:00:00 2001 From: xtheeq Date: Thu, 21 May 2026 15:17:06 +0530 Subject: [PATCH] ci: restrict sync-website workflow to main repo --- .github/workflows/sync-website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-website.yml b/.github/workflows/sync-website.yml index 57c99e71..844dc2cc 100644 --- a/.github/workflows/sync-website.yml +++ b/.github/workflows/sync-website.yml @@ -12,6 +12,7 @@ concurrency: jobs: sync-website: + if: github.repository == 'mangowm/mango' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4