From 4643f2bbb5604ba4bc7a60175d18e34343306afe Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:50:31 +0800 Subject: [PATCH] chore(sync-schedule): disable http-sync job - disable the http-sync job by setting its conditional to false - remove Touchacme remote configuration from the matrix --- .github/workflows/sync-schedule.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-schedule.yml b/.github/workflows/sync-schedule.yml index 31af6a126..3b53824d5 100644 --- a/.github/workflows/sync-schedule.yml +++ b/.github/workflows/sync-schedule.yml @@ -81,14 +81,15 @@ jobs: http-sync: name: 同步到 ${{ matrix.remote.name }} + if: false # 禁用 runs-on: ubuntu-latest strategy: fail-fast: false matrix: remote: - - name: Touchacme - https-url: https://git.touchacme.cn/pooneyy/1Panel-Appstore.git - pat-secret: SYNC_PAT_TOUCHACME + - name: + https-url: + pat-secret: steps: - name: 检出完整仓库