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:
parent
b0996d5a33
commit
4643f2bbb5
|
|
@ -81,14 +81,15 @@ jobs:
|
||||||
|
|
||||||
http-sync:
|
http-sync:
|
||||||
name: 同步到 ${{ matrix.remote.name }}
|
name: 同步到 ${{ matrix.remote.name }}
|
||||||
|
if: false # 禁用
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
remote:
|
remote:
|
||||||
- name: Touchacme
|
- name:
|
||||||
https-url: https://git.touchacme.cn/pooneyy/1Panel-Appstore.git
|
https-url:
|
||||||
pat-secret: SYNC_PAT_TOUCHACME
|
pat-secret:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检出完整仓库
|
- name: 检出完整仓库
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue