Skip to content

Commit d458863

Browse files
authored
add humble ci to humble branch (#27)
* add humble ci to humble branch Signed-off-by: ijnek <[email protected]> * remove old ci --------- Signed-off-by: ijnek <[email protected]>
1 parent 39cf61e commit d458863

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Build and Test (humble)
2+
3+
on:
4+
# Triggers the workflow on push
5+
push:
6+
branches: [ humble ]
7+
8+
# Triggers the workflow on pull requests
9+
pull_request:
10+
branches: [ humble ]
11+
12+
# Allows you to run this workflow manually from the Actions tab
13+
workflow_dispatch:
14+
15+
jobs:
16+
build:
17+
runs-on: ubuntu-latest
18+
container:
19+
image: ubuntu:jammy
20+
21+
steps:
22+
- uses: ros-tooling/[email protected]
23+
with:
24+
use-ros2-testing: true
25+
- uses: ros-tooling/[email protected]
26+
with:
27+
target-ros2-distro: humble

.github/workflows/tooling-ci.yaml

-25
This file was deleted.

0 commit comments

Comments
 (0)