mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 04:16:07 +00:00

I missed adding this in from https://github.com/jax-ml/jax/blob/main/.github/workflows/cloud-tpu-ci-nightly.yml when I added the TPU jobs to the new CI workflows PiperOrigin-RevId: 736094492
Github Actions workflows
See the Github documentation for more information on Github Actions in general.
Notes
- https://opensource.google/documentation/reference/github/services#actions
mandates using a specific commit for non-Google actions. We use
Ratchet to pin specific versions. If
you'd like to update an action, you can write something like
uses: 'actions/checkout@v4'
, and then run./ratchet pin workflow.yml
to convert to a commit hash. See the Ratchet README for installation and more detailed instructions.