Skip to content

Commit d8add6b

Browse files
authored
🔀 Merge v1.8.4 to main branch (#1751)
2 parents 8042446 + 9a507be commit d8add6b

File tree

185 files changed

+15954
-7471
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+15954
-7471
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
setup: true
22
version: 2.1
33
orbs:
4-
continuation: circleci/[email protected]
4+
continuation: circleci/[email protected]
5+
6+
parameters:
7+
run_tests:
8+
type: boolean
9+
default: false
510
workflows:
611
setup:
12+
when: << pipeline.parameters.run_tests >>
713
jobs:
814
- continuation/continue:
915
configuration_path: ".circleci/main.yml"
@@ -12,4 +18,4 @@ workflows:
1218
- run:
1319
command: |
1420
echo '{ "owner": "'${CIRCLE_PROJECT_USERNAME}'", "branch": "'${CIRCLE_BRANCH}'" }' >> /home/circleci/test.json
15-
21+
cat /home/circleci/test.json

0 commit comments

Comments
 (0)