From a3dbc40b1ac4cedd05ebeaf1d4efbbd4ef8929e3 Mon Sep 17 00:00:00 2001 From: Jason Jean Date: Tue, 12 Nov 2024 10:57:41 -0500 Subject: [PATCH] chore(repo): add back heartbeat (#28365) ## Current Behavior Nx Cloud Heartbeat was disabled temporarily. ## Expected Behavior Nx Cloud Heartbeat is enabled again ## Related Issue(s) Fixes # --- .circleci/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4fafbf4cff..b80c58fe1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,7 +93,7 @@ jobs: - checkout - nx/set-shas: main-branch-name: 'master' - - run: npx nx-cloud@next start-ci-run --distribute-on="auto linux-medium" --stop-agents-after="e2e" --require-explicit-completion + - run: npx nx-cloud@next start-ci-run --distribute-on="auto linux-medium" --stop-agents-after="e2e" - run: command: | sudo apt-get update @@ -123,10 +123,6 @@ jobs: for pid in "${pids[@]}"; do wait "$pid" done - - run: - name: End CI Run - command: npx nx-cloud@next complete-ci-run - no_output_timeout: 20m # ------------------------- # JOBS: Main-MacOS # -------------------------