We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e762c0e commit 49e0d99Copy full SHA for 49e0d99
.github/workflows/build.yml
@@ -1459,15 +1459,16 @@ jobs:
1459
# make
1460
1461
openEuler-latest-cmake-cann:
1462
+ if: contains(github.event.pull_request.labels.*.name, 'Ascend NPU')
1463
defaults:
1464
run:
1465
shell: bash -el {0}
1466
runs-on: ubuntu-latest
1467
1468
strategy:
1469
matrix:
- cann: ['openeuler-python3.10-cann8.0.rc3.beta1']
1470
build: ['Release']
1471
+ cann: ['openeuler-python3.10-cann8.0.rc3.beta1']
1472
device: ['ascend910b3']
1473
container:
1474
image: ascendai/cann:${{ matrix.cann }}
0 commit comments