From 43aad6f533b4ee6889707223255eacffcc842930 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sun, 22 Oct 2023 00:28:55 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=8F=AA=E5=90=8C=E6=AD=A5=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync_to_gitee.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync_to_gitee.yaml b/.github/workflows/sync_to_gitee.yaml index 3fa6b80..fedf378 100644 --- a/.github/workflows/sync_to_gitee.yaml +++ b/.github/workflows/sync_to_gitee.yaml @@ -3,6 +3,7 @@ on: [push, workflow_dispatch] jobs: sync: name: 同步到 Gitee + if: ${{ github.repository == 'bin456789/reinstall' }} runs-on: ubuntu-latest steps: - uses: Yikun/hub-mirror-action@v1.3