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 ae59422 commit fa90752
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ concurrency:

jobs:
rust:
permissions:
pull-requests: write
contents: read
uses: ./.github/workflows/rust.yaml
build:
permissions:
packages: write
contents: read
uses: ./.github/workflows/build.yaml
needs: rust

0 comments on commit fa90752

Please sign in to comment.