Skip to content

Commit

Permalink
[Fix](mlu-ops): add build property all system check. (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanieeelLiu authored Jan 24, 2024
1 parent c349748 commit b4abccd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/mluops_all_system_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,24 @@ on:
paths:
- 'CMakeLists.txt'
- 'independent_build.sh'
- 'build.sh'
- 'build.property'
- 'test/mlu_op_gtest/CMakeLists.txt'
- 'cmake/*'
- 'CMakeLists.txt'
tags:
- v*
pull_request:
branches: [master, r*]
paths:
- '.github/workflows/mluops_all_system_ci.yaml'
- 'CMakeLists.txt'
- 'independent_build.sh'
- 'build.sh'
- 'build.property'
- 'test/mlu_op_gtest/CMakeLists.txt'
- 'cmake/*'
- 'CMakeLists.txt'

jobs:
test:
Expand Down

0 comments on commit b4abccd

Please sign in to comment.