From 20844300ea7740c4ecad9d107350e41ced1caa54 Mon Sep 17 00:00:00 2001 From: max Date: Sun, 18 Jun 2023 11:53:31 -0500 Subject: [PATCH] set torch-mlir builds as prerelease so they're shuffled below pi releases on the releases page --- .github/workflows/build_torch_mlir.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_torch_mlir.yml b/.github/workflows/build_torch_mlir.yml index 28864cc..a40df89 100644 --- a/.github/workflows/build_torch_mlir.yml +++ b/.github/workflows/build_torch_mlir.yml @@ -1,15 +1,12 @@ name: Build torch-mlir on: -# uncomment these when iterating on this file -# pull_request: -# branches: -# - main workflow_dispatch: push: paths: - externals/** - .github/workflows/build_torch_mlir.yml +# uncomment these when iterating on this file # pull_request: # paths: # - externals/**