test: 测试build-only标签
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user