CI: Disable cargo-deny again

I am not a fan of CI tools that make the checks fail for reasons
unrelated to the patch at hand.
This commit is contained in:
Fabian Boehm 2024-12-04 18:42:20 +01:00
parent d124c31958
commit 7b2cc9dca2

View File

@ -32,8 +32,10 @@ jobs:
# into automatic CI failure day, so we don't do that.
run: cargo clippy --workspace --all-targets
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
# Disabling for now because it also checks "advisories",
# making CI fail for reasons unrelated to the patch
# cargo-deny:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: EmbarkStudios/cargo-deny-action@v1