Skip to content

Commit 9b73669

Browse files
committed
fix CI
1 parent 108b41a commit 9b73669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ jobs:
11681168
11691169
openEuler-latest-cmake-cann:
11701170
if: false
1171-
if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'Ascend NPU') }}
1171+
#if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'Ascend NPU') }}
11721172
defaults:
11731173
run:
11741174
shell: bash -el {0}

0 commit comments

Comments
 (0)