Skip to content

Commit

Permalink
turn off mlir wheel uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Dec 15, 2023
1 parent a63dae4 commit ab6bc90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mlirDistro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ab6bc90

Please sign in to comment.