Skip to content

Commit

Permalink
chore: Update CI to skip docker image build if Rust checks fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch committed Jan 8, 2025
1 parent 5d39972 commit 6e14719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
rust:
use: ./.github/workflows/rust.yaml
uses: ./.github/workflows/rust.yaml
build:
use: ./.github/workflows/build.yaml
uses: ./.github/workflows/build.yaml
needs: rust

0 comments on commit 6e14719

Please sign in to comment.