CI: shorten names

This commit is contained in:
Oleg Kalachev
2021-06-18 00:56:16 +03:00
parent e76618bd3b
commit 37f2c78b36
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
name: Build RPi image
name: RPi image
on:
push:
@@ -9,7 +9,7 @@ on:
types: [ created ]
jobs:
build-image:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@@ -7,14 +7,14 @@ on:
branches: [ master ]
jobs:
build-melodic:
melodic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Native Melodic build
run: |
docker run --rm -v $(pwd):/root/catkin_ws/src/clover ros:melodic-ros-base /root/catkin_ws/src/clover/builder/standalone-install.sh
build-noetic:
noetic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@@ -7,7 +7,7 @@ on:
branches: [ master ]
jobs:
documentation:
docs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2

View File

@@ -1,4 +1,4 @@
name: Editorconfig lint
name: Editorconfig
on:
push: