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