From 7bf14ac9003cd12637c5f28866918990c5dfed70 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