File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ name : MLIR Tests
2+
3+ permissions :
4+ contents : read
5+
6+ on :
7+ workflow_dispatch :
8+ push :
9+ ignore-forks : true
10+ paths :
11+ - ' mlir/**'
12+ - ' .github/workflows/mlir-tests.yml'
13+ - ' .github/workflows/llvm-project-tests.yml'
14+ pull_request :
15+ ignore-forks : true
16+ paths :
17+ - ' mlir/**'
18+ - ' .github/workflows/mlir-tests.yml'
19+ - ' .github/workflows/llvm-project-tests.yml'
20+
21+ concurrency :
22+ # Skip intermediate builds: always.
23+ # Cancel intermediate builds: only if it is a pull request build.
24+ group : ${{ github.workflow }}-${{ github.ref }}
25+ cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
26+
27+ jobs :
28+ check_mlir :
29+ name : Test mlir
30+ uses : ./.github/workflows/llvm-project-tests.yml
31+ with :
32+ build_target : check-mlir
33+ projects : mlir
You can’t perform that action at this time.
0 commit comments