Skip to content

Commit e15e7af

Browse files
authored
.ciricleci: fix circleci script after breaking from #980 (#982)
1 parent 236250c commit e15e7af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/continue_config.yml

+4-4
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)