mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
synced 2025-09-15 13:08:35 +08:00
fix ros2 ci
This commit is contained in:
parent
a068cf2018
commit
495dbb3e70
6
.github/workflows/ros-ci.yml
vendored
6
.github/workflows/ros-ci.yml
vendored
@ -3,13 +3,13 @@ name: ros-ci
|
|||||||
# Controls when the action will run. Triggers the workflow on push or pull request
|
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ ros2-devel ]
|
branches: [ ros2 ]
|
||||||
pull_request:
|
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
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
ros2-devel-ci:
|
ros2-ci:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user