add log service and change order
CI / changes (push) Successful in 38s
CI / ad (push) Successful in 29s
CI / admin (push) Successful in 22s
CI / bff (push) Successful in 19s
CI / chore (push) Successful in 22s
CI / equipment (push) Successful in 20s
CI / express (push) Successful in 18s
CI / log (push) Successful in 0s
CI / product (push) Successful in 15s
CI / sale (push) Successful in 16s
CI / task (push) Successful in 17s
CI / user (push) Successful in 16s
CI / wecom (push) Successful in 16s

This commit is contained in:
2026-09-03 17:04:25 +08:00
parent 8d04b071d9
commit f84799c3c4
22 changed files with 943 additions and 452 deletions
+2 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Detect changes
id: filter
run: |
SERVICES="bff product admin user ad chore express sale wecom task equipment"
SERVICES="bff product admin user ad chore express sale wecom task equipment lonelog"
pattern_for() {
case "$1" in
@@ -92,6 +92,7 @@ jobs:
- wecom
- task
- equipment
- log
env:
BUILD_LIST: ${{ needs.changes.outputs.build_list }}
NAME: lone/${{ matrix.name }}