fix ros2 ci

This commit is contained in:
Will Son 2021-04-13 08:36:20 +09:00
parent a068cf2018
commit 495dbb3e70

View File

@ -3,13 +3,13 @@ name: ros-ci
# Controls when the action will run. Triggers the workflow on push or pull request
on:
push:
branches: [ ros2-devel ]
branches: [ ros2 ]
pull_request:
branches: [ ros2-devel ]
branches: [ ros2 ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ros2-devel-ci:
ros2-ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false