Skip to content

Commit 49e0d99

Browse files
authored
Add 'Ascend NPU' label restrictions
1 parent e762c0e commit 49e0d99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,15 +1459,16 @@ jobs:
14591459
# make
14601460

14611461
openEuler-latest-cmake-cann:
1462+
if: contains(github.event.pull_request.labels.*.name, 'Ascend NPU')
14621463
defaults:
14631464
run:
14641465
shell: bash -el {0}
14651466
runs-on: ubuntu-latest
14661467

14671468
strategy:
14681469
matrix:
1469-
cann: ['openeuler-python3.10-cann8.0.rc3.beta1']
14701470
build: ['Release']
1471+
cann: ['openeuler-python3.10-cann8.0.rc3.beta1']
14711472
device: ['ascend910b3']
14721473
container:
14731474
image: ascendai/cann:${{ matrix.cann }}

0 commit comments

Comments
 (0)