Skip to content

Commit cea42cd

Browse files
committed
ci: add bot-check context to workflows
1 parent ad7e367 commit cea42cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ workflows:
6363
- toolkit/idiomatic_rust
6464
context:
6565
- release
66+
- bot-check
6667
ssh_fingerprint: << pipeline.parameters.fingerprint >>
6768
min_rust_version: << pipeline.parameters.min-rust-version >>
6869

@@ -88,5 +89,6 @@ workflows:
8889
- toolkit/make_release:
8990
context:
9091
- release
92+
- bot-check
9193
ssh_fingerprint: << pipeline.parameters.fingerprint >>
9294
min_rust_version: << pipeline.parameters.min-rust-version >>

0 commit comments

Comments
 (0)