File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,17 @@ jobs:
7070 command : yarn install
7171 - when :
7272 condition :
73- and :
74- - equal : [ "https://github.com/facebook/react-native", << pipeline.project.git_url >> ]
75- - or :
76- - equal : [ main, << pipeline.git.branch >> ]
77- - matches :
78- pattern : /0\.[0-9]+[\.[0-9]+]?-stable/
79- value : << pipeline.git.branch >>
73+ or :
74+ - equal : [ main, << pipeline.git.branch >> ]
75+ - matches :
76+ pattern : /0\.[0-9]+[\.[0-9]+]?-stable/
77+ value : << pipeline.git.branch >>
8078 steps :
8179 - run :
8280 name : " [Main or Stable] Create input for config to test everything"
8381 command : |
8482 mkdir -p /tmp/circleci/
85- echo '{ "run_all": true }' > /tmp /circleci/pipeline_config.json
83+ node ./scripts /circleci/pipeline_selection.js filter-jobs
8684 - when :
8785 condition :
8886 not :
You can’t perform that action at this time.
0 commit comments