Skip to content

Commit

Permalink
Refs #16116: Change workflow name and fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: jparisu <javierparis@eprosima.com>
  • Loading branch information
jparisu committed Nov 7, 2022
1 parent 43dfe5b commit c1d2469
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/actions/install-python-packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ runs:
vcstool \
setuptools \
gcovr \
tomark
tomark \
xmltodict
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/asan/asan_colcon.meta
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"-DSANITIZER=Address",
"-DCMAKE_CXX_FLAGS='-Werror'"
]
}
},

"discovery-server":
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitizer-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Address Sanitizer analysis
name: Sanitizer analysis

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tsan/tsan_colcon.meta
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"-DSANITIZER=Thread",
"-DCMAKE_CXX_FLAGS='-Werror'"
]
}
},

"discovery-server":
{
Expand Down

0 comments on commit c1d2469

Please sign in to comment.