Add 'Ascend NPU' label restrictions

This commit is contained in:
jiahao su 2025-01-21 19:12:13 +08:00 committed by GitHub
parent e762c0eb1d
commit 49e0d99bb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1459,6 +1459,7 @@ jobs:
# make
openEuler-latest-cmake-cann:
if: contains(github.event.pull_request.labels.*.name, 'Ascend NPU')
defaults:
run:
shell: bash -el {0}
@ -1466,8 +1467,8 @@ jobs:
strategy:
matrix:
cann: ['openeuler-python3.10-cann8.0.rc3.beta1']
build: ['Release']
cann: ['openeuler-python3.10-cann8.0.rc3.beta1']
device: ['ascend910b3']
container:
image: ascendai/cann:${{ matrix.cann }}