diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index a3d33bdb4d438..0000000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,5 +0,0 @@ -# **DO NOT FILE A PULL REQUEST** - -This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. - -# **DO NOT FILE A PULL REQUEST** diff --git a/.github/workflows/mlir-tests.yml b/.github/workflows/mlir-tests.yml index 5018d7c92cc23..b643c1a3ea7f2 100644 --- a/.github/workflows/mlir-tests.yml +++ b/.github/workflows/mlir-tests.yml @@ -11,6 +11,9 @@ on: - 'mlir/**' - '.github/workflows/mlir-tests.yml' - '.github/workflows/llvm-project-tests.yml' + # Only builds on push populate the ccache that can be used by PRs + push: + branches: [ main, feature/fused-ops ] concurrency: # Skip intermediate builds: always.