Skip to content

Commit ce247f9

Browse files
committed
disable tpu workflow
1 parent d7704a0 commit ce247f9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
name: CI - Cloud TPU (nightly)
1414
on:
15-
schedule:
16-
- cron: "0 */2 * * *" # Run every 2 hours
17-
workflow_dispatch: # allows triggering the workflow run manually
18-
# This should also be set to read-only in the project settings, but it's nice to
19-
# document and enforce the permissions here.
20-
permissions:
21-
contents: read
15+
# schedule:
16+
# - cron: "0 */2 * * *" # Run every 2 hours
17+
# workflow_dispatch: # allows triggering the workflow run manually
18+
# # This should also be set to read-only in the project settings, but it's nice to
19+
# # document and enforce the permissions here.
20+
# permissions:
21+
# contents: read
2222
jobs:
2323
cloud-tpu-test:
2424
strategy:

0 commit comments

Comments
 (0)