Skip to content

Commit 8c1333c

Browse files
committed
.ciricleci: fix circleci script after breaking from #980
1 parent 236250c commit 8c1333c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/continue_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ workflows:
100100
requires: ["build"]
101101
- smoke-tests-remote-docker:
102102
requires: ["build"]
103-
- rust-jobs:
104-
when: << pipeline.parameters.rust-ci >>
105-
jobs:
106-
- rust-simulators
103+
rust-jobs:
104+
when: << pipeline.parameters.rust-ci >>
105+
jobs:
106+
- rust-simulators

0 commit comments

Comments
 (0)