Skip to content

Commit 5d006d1

Browse files
Fix logic
1 parent b82791c commit 5d006d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,7 @@ workflows:
391391
- develop
392392

393393
Smoke Testing:
394-
when:
395-
and:
396-
- << pipeline.parameters.run_smoketesting >>
394+
when: << pipeline.parameters.run_smoketesting >>
397395
jobs:
398396
- Hold [Smoke-Testing]:
399397
type: approval

0 commit comments

Comments
 (0)