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 ca07eca commit 5d39972
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ concurrency:
cancel-in-progress: true

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

0 comments on commit 5d39972

Please sign in to comment.