We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15725c4 commit 4adc7f2Copy full SHA for 4adc7f2
.github/workflows/ci.yml
@@ -242,15 +242,6 @@ jobs:
242
clippy:
243
name: Lint with clippy
244
runs-on: ubuntu-latest
245
- publish:
246
- name: Publish to crates.io
247
- if: github.ref == 'refs/heads/master' && github.ref_type == 'tag'
248
- needs:
249
- - test-gnu
250
- - test-musl
251
- - test-android
252
- - test-libbpf-rs
253
- runs-on: ubuntu-22.04
254
steps:
255
- name: Checkout repository
256
uses: actions/checkout@v4
@@ -266,4 +257,4 @@ jobs:
266
257
zlib1g-dev
267
258
268
259
- uses: dtolnay/rust-toolchain@stable
269
- - run: cargo clippy --workspace --no-deps -- -A unknown_lints -D clippy::todo
260
+ - run: cargo clippy --workspace --no-deps -- -A unknown_lints -D clippy::todo
0 commit comments