From 02d9203a8f415283f5c19933221294b9815ad1f7 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 14 Apr 2022 07:42:12 +0000 Subject: [PATCH] Revert to using the right job names --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a1816a2..7299263 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,7 +47,7 @@ workflows: version: 2 test-stable: jobs: - - stable-build: + - build: rolling: "no" filters: tags: @@ -61,13 +61,13 @@ workflows: branches: only: main jobs: - - cron-build: + - build: rolling: "yes" context: org-global rolling-builds: jobs: - - rolling-build: + - build: rolling: "yes" context: org-global filters: