Skip to content

Commit 27f21fb

Browse files
committed
fix: ci on main (#44)
1 parent 6acd31e commit 27f21fb

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.circleci/config.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,17 @@ jobs:
5353
command: yarn install
5454
- when:
5555
condition:
56-
and:
57-
- equal: [ "https://github.com/facebook/react-native", << pipeline.project.git_url >> ]
58-
- or:
59-
- equal: [ main, << pipeline.git.branch >> ]
60-
- matches:
61-
pattern: /0\.[0-9]+[\.[0-9]+]?-stable/
62-
value: << pipeline.git.branch >>
56+
or:
57+
- equal: [ main, << pipeline.git.branch >> ]
58+
- matches:
59+
pattern: /0\.[0-9]+[\.[0-9]+]?-stable/
60+
value: << pipeline.git.branch >>
6361
steps:
6462
- run:
6563
name: "[Main or Stable] Create input for config to test everything"
6664
command: |
6765
mkdir -p /tmp/circleci/
68-
echo '{ "run_all": true }' > /tmp/circleci/pipeline_config.json
66+
node ./scripts/circleci/pipeline_selection.js filter-jobs
6967
- when:
7068
condition:
7169
not:

0 commit comments

Comments
 (0)