From 75856801df5672a8e86a0dd94efb61c9825dd41b Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Tue, 11 Mar 2025 10:26:26 +0100 Subject: [PATCH] CI: Remove obsolete `backend-cargo-deny` job --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3a4c6a4e24..c87dfa7e940 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,16 +113,6 @@ jobs: - run: cargo clippy --all-targets --all-features --workspace - run: cargo doc --no-deps --document-private-items - # to make https://github.com/rust-lang/team/blob/651fb3f9c64c934c9073472765d745a606dd9daf/repos/rust-lang/crates.io.toml#L17 happy until we migrated it… - backend-cargo-deny: - name: Backend / cargo-deny - runs-on: ubuntu-24.04 - if: false - steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - with: - persist-credentials: false - backend-deps: name: Backend / dependencies runs-on: ubuntu-24.04