[NPU] Adapt pr-gate for pr-test workflow & workflows refresh (#13567)
This commit is contained in:
@@ -1,18 +1,16 @@
|
||||
name: Release Docker Images (Ascend NPU)
|
||||
name: Release Docker Images (NPU)
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*" # Trigger on all tags and filterred by pep440 later
|
||||
tags-ignore:
|
||||
- "gateway-*" # Exclude gateway/router tags
|
||||
- "router-*" # Exclude router tags
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- ".github/workflows/release-docker-npu.yml"
|
||||
- "docker/npu.Dockerfile"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user