Skip to content

Commit c5c08b0

Browse files
committed
added ros2 github actions
1 parent 367ca26 commit c5c08b0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ros_build_test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ name: ros_build_test
33
on:
44

55
push:
6-
branches: [ devel ]
6+
branches: [ ros2_devel ]
77

88
paths-ignore:
99
- '**/README.md'
1010

11-
pull_request:
12-
branches: [ master ]
11+
pull_request:
12+
branches: [ ros2 ]
1313

1414
workflow_dispatch:
1515

1616
concurrency:
17-
group: ${{ github.ref }}
17+
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: true
1919

2020
jobs:
2121

2222
build:
23-
uses: ctu-mrs/ci_scripts/.github/workflows/ros_build_test.yml@master
23+
uses: ctu-mrs/ci_scripts/.github/workflows/ros_build_test.yml@ros2
2424
secrets:
2525
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}

.github/workflows/ros_package_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ name: ros_package_build
33
on:
44

55
push:
6-
branches: [ master ]
6+
branches: [ ros2 ]
77

88
paths-ignore:
99
- '**/README.md'
1010

1111
workflow_dispatch:
1212

1313
concurrency:
14-
group: ${{ github.ref }}
14+
group: ${{ github.workflow }}-${{ github.ref }}
1515
cancel-in-progress: true
1616

1717
jobs:
1818

1919
build:
20-
uses: ctu-mrs/ci_scripts/.github/workflows/ros_package_build.yml@master
20+
uses: ctu-mrs/ci_scripts/.github/workflows/ros_package_build.yml@ros2
2121
secrets:
2222
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}

0 commit comments

Comments
 (0)