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 22268c3 commit 9744b31Copy full SHA for 9744b31
.circleci/config.yml
@@ -486,7 +486,9 @@ workflows:
486
# is no easy way to detect whether a job runs inside of a cronjob or specific
487
# workflow. See: https://circleci.com/ideas/?idea=CCI-I-295
488
- snapshot_tests_local_browsers
489
- - ivy_snapshot_test_cronjob
+ # TODO(devversion): Renable once we are able to update to the version of angular
490
+ # and bazel build rules which corrects our errors.
491
+ # - ivy_snapshot_test_cronjob
492
triggers:
493
- schedule:
494
cron: "0 * * * *"
0 commit comments