We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d47b1 commit af16dd6Copy full SHA for af16dd6
.circleci/config.yml
@@ -356,19 +356,29 @@ workflows:
356
# only:
357
# - master
358
jobs:
359
+ - hold:
360
+ type: approval
361
- test_unit:
362
<<: *default-context
363
react-version: next
364
name: test_unit-react@next
365
+ requires:
366
+ - hold
367
- test_browser:
368
369
370
name: test_browser-react@next
371
372
373
- test_regressions:
374
375
376
name: test_regressions-react@next
377
378
379
- test_e2e:
380
381
382
name: test_e2e-react@next
383
384
0 commit comments