From 7e74400f46a0c4710187f233b00b225ed741706e Mon Sep 17 00:00:00 2001 From: OlivierHecart Date: Wed, 6 Mar 2024 17:13:23 +0100 Subject: [PATCH] Point workflows to zenoh protocol_changes 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 8b938a042..d57ffd719 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: main + ZENOH_BRANCH: protocol_changes diff --git a/.github/workflows/multicast.yaml b/.github/workflows/multicast.yaml index 3686a7ee0..5dc69e2fc 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: main + ZENOH_BRANCH: protocol_changes - name: Test debug run: make test