Exclude non PR event
Co-authored-by: Yuanhao Ji <jiyuanhao@apache.org>
This commit is contained in:
parent
49e0d99bb1
commit
6fa26b6a20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -1459,7 +1459,7 @@ jobs:
|
||||||
# make
|
# make
|
||||||
|
|
||||||
openEuler-latest-cmake-cann:
|
openEuler-latest-cmake-cann:
|
||||||
if: contains(github.event.pull_request.labels.*.name, 'Ascend NPU')
|
if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'Ascend NPU') }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash -el {0}
|
shell: bash -el {0}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue