From ab6bc90c11fb0bec68858ec57561c9791b180558 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 15 Dec 2023 05:44:26 -0600 Subject: [PATCH] turn off mlir wheel uploads --- .github/workflows/mlirDistro.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mlirDistro.yml b/.github/workflows/mlirDistro.yml index c6c68e7505..a3437d8b61 100644 --- a/.github/workflows/mlirDistro.yml +++ b/.github/workflows/mlirDistro.yml @@ -49,7 +49,7 @@ concurrency: # A PR number if a pull request and otherwise the commit hash. This cancels # queued and in-progress runs for the same PR (presubmit) or commit # (postsubmit). - group: ci-build-mlir-distro-${{ github.event.number || github.sha }} + group: ci-build-mlir-distro-${{ github.event.name }}-${{ github.event.number || github.sha }} cancel-in-progress: true jobs: @@ -406,6 +406,8 @@ jobs: upload_distro_wheels: + if: github.event_name != 'schedule' + name: upload ${{ matrix.OS }} ${{ matrix.ARCH }} rtti=${{ matrix.ENABLE_RTTI }} needs: smoke_test_wheels