From 8285546d6cc3ee0698ab5e282ccc885ae0d6526b Mon Sep 17 00:00:00 2001 From: Gladtbam <49943258+Gladtbam@users.noreply.github.com> Date: Tue, 18 Aug 2020 18:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=A7=E8=A1=8C=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/autoupdatefork.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autoupdatefork.yml b/.github/workflows/autoupdatefork.yml index 6392e1908..bcaf28d49 100644 --- a/.github/workflows/autoupdatefork.yml +++ b/.github/workflows/autoupdatefork.yml @@ -15,6 +15,7 @@ on: jobs: build: runs-on: ubuntu-latest + if: github.event.repository.owner.id == github.event.sender.id steps: - name: Checkout uses: actions/checkout@v2