Skip to content

Commit

Permalink
fix: Correctly trigger docker build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Threated committed Dec 7, 2023
1 parent 17ac215 commit d55f32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker

on:
workflow_run:
workflows: [pre-check, rust]
workflows: [Rust]
types: [completed]
branches: [main]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test rust
name: Rust

on:
push:
Expand Down

0 comments on commit d55f32a

Please sign in to comment.