Skip to content

Commit 992e3d8

Browse files
committed
.github/workflows/mlir-tests.yml: Build main branches to populate ccache
1 parent 5082c91 commit 992e3d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mlir-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
- 'mlir/**'
1212
- '.github/workflows/mlir-tests.yml'
1313
- '.github/workflows/llvm-project-tests.yml'
14+
# Only builds on push populate the ccache that can be used by PRs
15+
push:
16+
branches: [ main, feature/fused-ops ]
1417

1518
concurrency:
1619
# Skip intermediate builds: always.

0 commit comments

Comments
 (0)