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:
parent
b0996d5a33
commit
4643f2bbb5
7
.github/workflows/sync-schedule.yml
vendored
7
.github/workflows/sync-schedule.yml
vendored
@ -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: 检出完整仓库
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user