We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7704a0 commit ce247f9Copy full SHA for ce247f9
.github/workflows/cloud-tpu-ci-nightly.yml
@@ -12,13 +12,13 @@
12
13
name: CI - Cloud TPU (nightly)
14
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
+# schedule:
+# - cron: "0 */2 * * *" # Run every 2 hours
+# workflow_dispatch: # allows triggering the workflow run manually
+# # This should also be set to read-only in the project settings, but it's nice to
+# # document and enforce the permissions here.
+# permissions:
+# contents: read
22
jobs:
23
cloud-tpu-test:
24
strategy:
0 commit comments