Skip to content

Commit

Permalink
fix: make cargo-udeps run on rust only
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Apr 19, 2022
1 parent 80f2cc7 commit ae42226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
- uses: EmbarkStudios/cargo-deny-action@v1

cargo-udeps:
needs: diff
if: needs.diff.outputs.isRust == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ae42226

Please sign in to comment.