Compare commits

...

1 Commits

Author SHA1 Message Date
XiaoXia Bot 9847f07960 test: 测试build-only标签 2026-07-15 20:39:18 +08:00
+2 -2
View File
@@ -37,7 +37,7 @@ jobs:
name: Build Staging ${{ matrix.service_display }} Image
runs-on:
- saas
- build-farm
- build-only
timeout-minutes: ${{ matrix.timeout }}
if: github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'develop')
strategy:
@@ -472,7 +472,7 @@ jobs:
name: Build Production ${{ matrix.service_display }} Image
runs-on:
- saas
- build-farm
- build-only
timeout-minutes: ${{ matrix.timeout }}
needs:
if: startsWith(github.ref, 'refs/tags/v')