Skip to content

Commit

Permalink
Point workflows to zenoh protocol_changes branch
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Mar 6, 2024
1 parent 72e4304 commit 7e74400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/multicast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e74400

Please sign in to comment.