Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Mar 4, 2024
1 parent ee12ac2 commit bb887c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ros_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
TAG=core
tags: husarnet/ros:iron-ros-core-testing

- name: sleep
run: sleep 2

# Without Husarnet

test_no_husarnet:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/vulcanexus_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
TAG=core
tags: husarnet/ros:vulcanexus-humble-ros-core-testing

- name: sleep
run: sleep 2

# Without Husarnet

test_no_husarnet:
Expand Down

0 comments on commit bb887c7

Please sign in to comment.