[NPU][CI] change de trigger of release image workflow (#14969)
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
name: Release Docker Images (NPU)
|
name: Release Docker Images (NPU)
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags-ignore:
|
branches:
|
||||||
- "gateway-*" # Exclude gateway/router tags
|
- main
|
||||||
- "router-*" # Exclude router tags
|
paths:
|
||||||
|
- "python/sglang/version.py"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -38,7 +39,6 @@ jobs:
|
|||||||
lmsysorg/sglang
|
lmsysorg/sglang
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
type=ref,event=tag,suffix=-cann${{ matrix.cann_version }}-${{ matrix.device_type }}
|
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user