diff --git a/.circleci/config.yml b/.circleci/config.yml index 752ecb1947..0e69182d91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -712,25 +712,23 @@ workflows: cron: "0 * * * *" filters: *publish_branches_filter -# This job is currently disabled due to a version skew problem. -# More info is available here: https://github.com/angular/angular/issues/30101 -# aio_monitoring: -# jobs: -# - setup -# - aio_monitoring_stable: -# requires: -# - setup -# - aio_monitoring_next: -# requires: -# - setup -# triggers: -# - schedule: -# # Runs AIO monitoring jobs at 00:00AM every day. -# cron: "0 0 * * *" -# filters: -# branches: -# only: -# - master + aio_monitoring: + jobs: + - setup + - aio_monitoring_stable: + requires: + - setup + - aio_monitoring_next: + requires: + - setup + triggers: + - schedule: + # Runs AIO monitoring jobs at 10:00AM every day. + cron: "0 10 * * *" + filters: + branches: + only: + - master # TODO: # - don't build the g3 branch