From 041c03d9be1cfebd605e318f5e3aec954e45cc65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E7=95=99?= Date: Wed, 3 Sep 2025 00:26:13 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BC=98=E5=8C=96=20optimize-templates?= =?UTF-8?q?=20=E5=9C=A8=20fork=20=E4=BB=93=E5=BA=93=E4=B8=8B=E7=9A=84?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=20(#13949)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update optimize-templates.yml --- .github/workflows/optimize-templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/optimize-templates.yml b/.github/workflows/optimize-templates.yml index 8235a8416e..e581a83d8d 100644 --- a/.github/workflows/optimize-templates.yml +++ b/.github/workflows/optimize-templates.yml @@ -102,7 +102,7 @@ jobs: fi - name: Push changes - if: steps.check_push.outputs.is_pr != 'True' && steps.commit_changes.outputs.have_commits == 'True' + if: steps.check_push.outputs.is_pr != 'True' && steps.commit_changes.outputs.have_commits == 'True' && github.repository_owner == 'MaaAssistantArknights' uses: ad-m/github-push-action@master with: github_token: ${{ secrets.MAA_RESOURCE_SYNC }}