Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/multi_arch_release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ jobs:
trigger_release_jax_wheels:
needs: [build_artifacts, build_tarballs, build_python_packages]
name: Trigger Release JAX Wheels
if: ${{ inputs.build_variant != 'asan' }}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have some open PRs that will support a different solution here:

multi_arch_release_asan.yml will set build_pytorch: false and build_jax: false which will propagate through all the workflows.

We shouldn't have something different here for jax than we have for pytorch (see line 234 just above)

runs-on: ubuntu-24.04
permissions:
actions: write
Expand Down
Loading