File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ workflows:
5252 tags :
5353 only : /dev-v[0-9]+(\.[0-9]+)*/
5454 branches :
55- only : ci/use-circle-ci-tests-for-partial-rerun-support
55+ ignore : /.*/
5656
5757 - publish :
5858 context :
Original file line number Diff line number Diff line change 1616 - run : npm run build-check
1717 - run : npm run size
1818 - run : npm run check-circular-dependencies
19- # - run: (cd .circleci/ && ./markTesting.sh)
20- - run :
21- name : Mark Testing (Conditional)
22- command : |
23- if [ "$CIRCLE_BRANCH" != "ci/use-circle-ci-tests-for-partial-rerun-support" ]; then
24- echo "Running ./markTesting.sh as branch is $CIRCLE_BRANCH";
25- (cd .circleci/ && ./markTesting.sh);
26- else
27- echo "Skipping ./markTesting.sh for branch $CIRCLE_BRANCH";
28- fi
19+ - run : (cd .circleci/ && ./markTesting.sh)
2920 - persist_to_workspace :
3021 root : / # relative path to our working directory
3122 paths :
@@ -83,7 +74,7 @@ workflows:
8374 tags :
8475 only : /dev-v[0-9]+(\.[0-9]+)*/
8576 branches :
86- only : ci/use-circle-ci-tests-for-partial-rerun-support
77+ ignore : /.*/
8778
8879 - test :
8980 name : " test-<< matrix.fdi-version >>-react-16-<< matrix.run-react-16-tests >>"
@@ -93,7 +84,7 @@ workflows:
9384 tags :
9485 only : /dev-v[0-9]+(\.[0-9]+)*/
9586 branches :
96- only : ci/use-circle-ci-tests-for-partial-rerun-support
87+ ignore : /.*/
9788 matrix :
9889 parameters :
9990 fdi-version : placeholder
You can’t perform that action at this time.
0 commit comments