File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,6 @@ workflows:
276
276
branches :
277
277
only :
278
278
- develop
279
- - fix-topgear-profile
280
279
# This is alternate dev env for parallel testing
281
280
- " build-test " :
282
281
context : org-global
@@ -290,22 +289,21 @@ workflows:
290
289
filters :
291
290
branches :
292
291
only :
293
- - free
292
+ - fix-topgear-profile
294
293
# This is beta env for production soft releases
295
294
- " build-prod-beta " :
296
295
context : org-global
297
296
filters :
298
297
branches :
299
298
only :
300
- - free
299
+ - fix-topgear-profile
301
300
# This is stage env for production QA releases
302
301
- " build-prod-staging " :
303
302
context : org-global
304
303
filters :
305
304
branches :
306
305
only :
307
306
- develop
308
- - fix-topgear-profile
309
307
- " approve-smoke-test-on-staging " :
310
308
type : approval
311
309
requires :
You can’t perform that action at this time.
0 commit comments