From d47c33abf830e9da9adb28863ccc71a588c7f834 Mon Sep 17 00:00:00 2001 From: OlivierHecart Date: Mon, 18 Mar 2024 14:48:19 +0100 Subject: [PATCH] Point workflows to zenoh interests branch --- .github/workflows/integration.yaml | 2 +- .github/workflows/multicast.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index d57ffd719..f6a6acb7f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -50,4 +50,4 @@ jobs: BUILD_TESTING: OFF # Workaround for Windows as it seems the previous step is being ignored BUILD_MULTICAST: OFF # Workaround for Windows as it seems the previous step is being ignored BUILD_INTEGRATION: ON # Workaround for Windows as it seems the previous step is being ignored - ZENOH_BRANCH: protocol_changes + ZENOH_BRANCH: interests diff --git a/.github/workflows/multicast.yaml b/.github/workflows/multicast.yaml index 5dc69e2fc..1cd04985c 100644 --- a/.github/workflows/multicast.yaml +++ b/.github/workflows/multicast.yaml @@ -40,7 +40,7 @@ jobs: BUILD_TESTING: OFF BUILD_MULTICAST: ON BUILD_INTEGRATION: OFF - ZENOH_BRANCH: protocol_changes + ZENOH_BRANCH: interests - name: Test debug run: make test