Skip to content

Commit f78a93e

Browse files
authored
CI: Remove obsolete backend-cargo-deny job (#10805)
1 parent 606f3a4 commit f78a93e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,6 @@ jobs:
113113
- run: cargo clippy --all-targets --all-features --workspace
114114
- run: cargo doc --no-deps --document-private-items
115115

116-
# to make https://github.com/rust-lang/team/blob/651fb3f9c64c934c9073472765d745a606dd9daf/repos/rust-lang/crates.io.toml#L17 happy until we migrated it…
117-
backend-cargo-deny:
118-
name: Backend / cargo-deny
119-
runs-on: ubuntu-24.04
120-
if: false
121-
steps:
122-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
123-
with:
124-
persist-credentials: false
125-
126116
backend-deps:
127117
name: Backend / dependencies
128118
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)