Skip to content

Commit 2d43f2b

Browse files
ci: Deploy - fix-topgear-profile to QA and BETA env
1 parent a9fc824 commit 2d43f2b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ workflows:
276276
branches:
277277
only:
278278
- develop
279-
- fix-topgear-profile
280279
# This is alternate dev env for parallel testing
281280
- "build-test":
282281
context : org-global
@@ -290,22 +289,21 @@ workflows:
290289
filters:
291290
branches:
292291
only:
293-
- free
292+
- fix-topgear-profile
294293
# This is beta env for production soft releases
295294
- "build-prod-beta":
296295
context : org-global
297296
filters:
298297
branches:
299298
only:
300-
- free
299+
- fix-topgear-profile
301300
# This is stage env for production QA releases
302301
- "build-prod-staging":
303302
context : org-global
304303
filters:
305304
branches:
306305
only:
307306
- develop
308-
- fix-topgear-profile
309307
- "approve-smoke-test-on-staging":
310308
type: approval
311309
requires:

0 commit comments

Comments
 (0)