Skip to content

Commit

Permalink
build(ci): Added 'needs' properties to ensure jobs run in the proper …
Browse files Browse the repository at this point in the history
…sequence
  • Loading branch information
serg-temchenko committed May 23, 2024
1 parent b59a035 commit f399ae5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
format:
runs-on: self-hosted
needs: toml
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -52,6 +53,9 @@ jobs:
clippy_build_and_test:
runs-on: self-hosted
needs:
- toml
- format
steps:
- uses: actions/checkout@v4
- name: Cargo caching
Expand Down

0 comments on commit f399ae5

Please sign in to comment.