Skip to content

Commit

Permalink
Merge pull request #16497 from hawkinsp:workflows
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 542033540
  • Loading branch information
jax authors committed Jun 20, 2023
2 parents b842e86 + 741f0d0 commit eca3b97
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-tpu-ci-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cloud TPU nightly
name: CI - Cloud TPU (nightly)
on:
schedule:
- cron: "0 14 * * *" # daily at 7am PST
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci-multiprocess-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Nightly JAX CI on NVIDIA GPUs
name: CI - NVIDIA GPU (nightly)

# Controls when the workflow will run
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-numpy-scipy-nightly
name: CI - with Numpy/Scipy nightly wheels (nightly)
# This configures a github action that runs the JAX test suite against nightly development builds
# of numpy and scipy, in order to catch issues with new package versions prior to their release.
# Unlike our other CI, this is one that we expect to fail frequently, and so we don't run it against
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel_win_x64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Wheel::Windows::x86_64
name: Wheel build - Windows CPU x86_64
on:
workflow_dispatch: # allows triggering the workflow run manually
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows CI
name: CI - Windows CPU
on:
schedule:
- cron: "0 12 * * *" # Daily at 12:00 UTC
Expand Down

0 comments on commit eca3b97

Please sign in to comment.