diff --git a/.circleci/config.yml b/.circleci/config.yml index 30e71945fd4f..6892c5a52dd0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -421,15 +421,15 @@ workflows: - run_tests_git_lfs - build_doc - deploy_doc: *workflow_filters - tpu_testing_jobs: - triggers: - - schedule: - # Set to run at the first minute of every hour. - cron: "0 8 * * *" - filters: - branches: - only: - - master - jobs: - - cleanup-gke-jobs - - run_examples_tpu +# tpu_testing_jobs: +# triggers: +# - schedule: +# # Set to run at the first minute of every hour. +# cron: "0 8 * * *" +# filters: +# branches: +# only: +# - master +# jobs: +# - cleanup-gke-jobs +# - run_examples_tpu