From b7e68a9f5a8cd6767adb68c4cc20b6cfe93fb50e Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Tue, 29 Oct 2024 15:41:44 +0100 Subject: [PATCH] Fix zenoh-dissector syncing --- .github/workflows/sync-lockfiles.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-lockfiles.yml b/.github/workflows/sync-lockfiles.yml index 9ec42a1..897d9d7 100644 --- a/.github/workflows/sync-lockfiles.yml +++ b/.github/workflows/sync-lockfiles.yml @@ -62,7 +62,7 @@ jobs: - eclipse-zenoh/zenoh-backend-influxdb - eclipse-zenoh/zenoh-backend-rocksdb - eclipse-zenoh/zenoh-backend-s3 - - ZettaScaleLabs/zenoh-dissector + - eclipse-zenoh/zenoh-dissector steps: - name: Checkout ${{ matrix.dependant }} uses: actions/checkout@v4 @@ -116,6 +116,7 @@ jobs: cargo clippy --manifest-path build-resources/opaque-types/Cargo.toml --all-targets --features $features -- --deny warnings - name: cargo update ${{ matrix.dependant }} + if: ${{ matrix.dependant != 'eclipse-zenoh/zenoh-dissector' }} run: cargo update zenoh --manifest-path ${{ steps.crate-path.outputs.value }}/Cargo.toml - name: cargo update for zenoh-c build-resources