Skip to content

Commit

Permalink
Merge pull request eclipse-zenoh#193 from ZettaScaleLabs/add-sync-loc…
Browse files Browse the repository at this point in the history
…kfiles-for-1.0.0

Don't sync zenoh-[java,kotlin]
  • Loading branch information
Mallets authored Jun 25, 2024
2 parents 95af4be + efddc1c commit eaf97ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync-lockfiles-1.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
dependant:
- zenoh-c
- zenoh-python
- zenoh-java
- zenoh-kotlin
- zenoh-plugin-dds
- zenoh-plugin-mqtt
- zenoh-plugin-ros1
Expand All @@ -63,6 +61,9 @@ jobs:
- zenoh-backend-influxdb
- zenoh-backend-rocksdb
- zenoh-backend-s3
# zenoh-[java,kotlin] are not ready yet for 1.0.0
#- zenoh-java
#- zenoh-kotlin
steps:
- name: Checkout ${{ matrix.dependant }}
uses: actions/checkout@v4
Expand Down

0 comments on commit eaf97ed

Please sign in to comment.