From ab10e9843d623048e3a3e19a7fa82a512c58c187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=81=E6=9C=88=E6=9F=92?= <108160987+MarSeventh@users.noreply.github.com> Date: Wed, 31 Dec 2025 09:34:53 +0800 Subject: [PATCH] Add conditional check for specific repository --- .github/workflows/sync-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-release.yml b/.github/workflows/sync-release.yml index 25fdd02..b4eff04 100644 --- a/.github/workflows/sync-release.yml +++ b/.github/workflows/sync-release.yml @@ -7,6 +7,7 @@ on: jobs: sync-release: + if: github.repository == 'MarSeventh/CloudFlare-ImgBed' runs-on: ubuntu-latest steps: - name: Sync Release to Another Repo