From 64dcc779cfd0e67c5058ccd8f703117213313ca3 Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Tue, 27 Jan 2026 12:46:27 +0800 Subject: [PATCH] :art: Forked repositories skip automatic publishing to the Arch User Repository (#16920) --- .github/workflows/auto_aur_release_stable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto_aur_release_stable.yml b/.github/workflows/auto_aur_release_stable.yml index bf92528dd..6d95483cf 100644 --- a/.github/workflows/auto_aur_release_stable.yml +++ b/.github/workflows/auto_aur_release_stable.yml @@ -6,6 +6,7 @@ on: jobs: build: + if: ${{ github.repository_owner == 'siyuan-note' }} runs-on: ubuntu-latest steps: - name: Check tag aka check release type