Skip to content

Commit 42aeef8

Browse files
Reenable old nightly cloud TPU for workflow_dispatch
The workflow file became invalid when it lost all of its "on:" conditions. Reenable workflow_dispatch to prevent notifications for failures PiperOrigin-RevId: 753280799
1 parent 88391ce commit 42aeef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cloud-tpu-ci-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
name: CI - Cloud TPU (nightly)
1414
# Disable the schedule; Slated for removal, the new test workflow is in
1515
# "wheel_tests_nightly_release.yml"
16-
# on:
16+
on:
1717
# schedule:
1818
# - cron: "0 2,14 * * *" # Run at 7am and 7pm PST
19-
# workflow_dispatch: # allows triggering the workflow run manually
19+
workflow_dispatch: # allows triggering the workflow run manually
2020

2121
# This should also be set to read-only in the project settings, but it's nice to
2222
# document and enforce the permissions here.

0 commit comments

Comments
 (0)