Skip to content

Commit 726a987

Browse files
committed
👷 ci(circleci): fix incorrect workflow indentation
- adjust indentation of the 'failed' condition under 'requires' for proper YAML syntax
1 parent 8f7f349 commit 726a987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ workflows:
122122
- toolkit/no_release:
123123
min_rust_version: << pipeline.parameters.min-rust-version >>
124124
requires:
125-
- toolkit/save_next_version
126-
- failed
125+
- toolkit/save_next_version:
126+
- failed

0 commit comments

Comments
 (0)