File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ jobs:
537
537
workflows :
538
538
version : 2
539
539
540
- build :
540
+ test :
541
541
jobs :
542
542
543
543
# Checkout repo and run Yarn
@@ -581,16 +581,19 @@ workflows:
581
581
filters : *filter-ignore-gh-pages
582
582
requires :
583
583
- checkout_code
584
-
585
- # If we are on a stable branch, deploy to `npm`
584
+
585
+ # Run code checks
586
+ - analyze_pr :
587
+ filters : *filter-ignore-master-stable
588
+ requires :
589
+ - checkout_code
590
+
591
+ deploy :
592
+ jobs :
593
+ # If we are on a stable branch, wait for approval to deploy to npm
586
594
- approve_publish_npm_package :
595
+ filters : *filter-only-stable
587
596
type : approval
588
597
- publish_npm_package :
589
- filters : *filter-only-stable
590
598
requires :
591
599
- approve_publish_npm_package
592
-
593
- - analyze_pr :
594
- filters : *filter-ignore-master-stable
595
- requires :
596
- - checkout_code
You can’t perform that action at this time.
0 commit comments