1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 01:01:02 +08:00

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
This commit is contained in:
pooneyy 2026-03-10 14:50:31 +08:00
parent b0996d5a33
commit 4643f2bbb5
No known key found for this signature in database

View File

@ -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: 检出完整仓库