diff --git a/.github/workflows/catkin.yaml b/.github/workflows/catkin.yaml index eebc46d..f93f831 100644 --- a/.github/workflows/catkin.yaml +++ b/.github/workflows/catkin.yaml @@ -1,5 +1,5 @@ --- -name: ROS Noetic: Build and Test +name: "ROS Noetic: Build and Test" on: [push] jobs: build: diff --git a/.github/workflows/cmake.yaml b/.github/workflows/cmake.yaml index 986bd52..e094bd4 100644 --- a/.github/workflows/cmake.yaml +++ b/.github/workflows/cmake.yaml @@ -1,6 +1,6 @@ --- # based on https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml -name: ubuntu-latest: Build and Test +name: "ubuntu-latest: Build and Test" on: [push] jobs: build: