Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/rolling-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ name: Rolling Binary Build

on:
workflow_dispatch:
pull_request: &event
pull_request:
branches:
- master
- '*feature*'
- '*feature/**'
paths:
paths: &paths
- '**.hpp'
- '**.h'
- '**.cpp'
Expand All @@ -21,7 +21,10 @@ on:
- 'ros2_controllers-not-released.rolling.repos'
- 'ros2_controllers-not-released.lyrical.repos'
- '**.xml'
push: *event
push:
branches:
- master
paths: *paths
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * MON-FRI'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ name: Check Rolling Compatibility on Humble

on:
workflow_dispatch:
pull_request: &event
pull_request:
branches:
- master
- '*feature*'
- '*feature/**'
paths:
paths: &paths
- '**.hpp'
- '**.h'
- '**.cpp'
Expand All @@ -20,7 +20,10 @@ on:
- '**/CMakeLists.txt'
- 'ros2_controllers.rolling.repos'
- '**.xml'
push: *event
push:
branches:
- master
paths: *paths

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ name: Check Rolling Compatibility on Jazzy

on:
workflow_dispatch:
pull_request: &event
pull_request:
branches:
- master
- '*feature*'
- '*feature/**'
paths:
paths: &paths
- '**.hpp'
- '**.h'
- '**.cpp'
Expand All @@ -20,7 +20,10 @@ on:
- '**/CMakeLists.txt'
- 'ros2_controllers.rolling.repos'
- '**.xml'
push: *event
push:
branches:
- master
paths: *paths

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ name: Check Rolling Compatibility on Kilted

on:
workflow_dispatch:
pull_request: &event
pull_request:
branches:
- master
- '*feature*'
- '*feature/**'
paths:
paths: &paths
- '**.hpp'
- '**.h'
- '**.cpp'
Expand All @@ -20,7 +20,10 @@ on:
- '**/CMakeLists.txt'
- 'ros2_controllers.rolling.repos'
- '**.xml'
push: *event
push:
branches:
- master
paths: *paths

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ name: Check Rolling Compatibility on Lyrical

on:
workflow_dispatch:
pull_request: &event
pull_request:
branches:
- master
- '*feature*'
- '*feature/**'
paths:
paths: &paths
- '**.hpp'
- '**.h'
- '**.cpp'
Expand All @@ -20,7 +20,10 @@ on:
- '**/CMakeLists.txt'
- 'ros2_controllers.rolling.repos'
- '**.xml'
push: *event
push:
branches:
- master
paths: *paths

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/rolling-coverage-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Coverage Build - Rolling
on:
workflow_dispatch:
pull_request: &event
pull_request:
branches:
- master
- '*feature*'
- '*feature/**'
paths:
paths: &paths
- '**.hpp'
- '**.h'
- '**.cpp'
Expand All @@ -18,7 +18,10 @@ on:
- '**/CMakeLists.txt'
- 'ros2_controllers.rolling.repos'
- '**.xml'
push: *event
push:
branches:
- master
paths: *paths

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/rolling-debian-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Rolling - Debian Semi-Binary Build
on:
workflow_dispatch:
pull_request: &event
pull_request:
branches:
- master
- '*feature*'
- '*feature/**'
paths:
paths: &paths
- '**.hpp'
- '**.h'
- '**.cpp'
Expand All @@ -18,7 +18,10 @@ on:
- 'ros2_controllers.rolling.repos'
- 'ros2_controllers.lyrical.repos'
- '**.xml'
push: *event
push:
branches:
- master
paths: *paths

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/rolling-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Rolling - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request: &event
pull_request:
branches:
- master
- '*feature*'
- '*feature/**'
paths:
paths: &paths
- '**.hpp'
- '**.h'
- '**.cpp'
Expand All @@ -18,7 +18,10 @@ on:
- 'ros2_controllers.rolling.repos'
- 'ros2_controllers.lyrical.repos'
- '**.xml'
push: *event
push:
branches:
- master
paths: *paths

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/rolling-semi-binary-build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ name: Rolling Windows Semi-Binary Build

on:
workflow_dispatch:
pull_request: &event
pull_request:
branches:
- master
- '*feature*'
- '*feature/**'
paths:
paths: &paths
- '**.hpp'
- '**.h'
- '**.cpp'
Expand All @@ -18,7 +18,10 @@ on:
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_controllers.rolling.repos'
push: *event
push:
branches:
- master
paths: *paths

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/rolling-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Rolling Semi-Binary Build

on:
workflow_dispatch:
pull_request: &event
pull_request:
branches:
- master
- '*feature*'
- '*feature/**'
paths:
paths: &paths
- '**.hpp'
- '**.h'
- '**.cpp'
Expand All @@ -20,7 +20,10 @@ on:
- 'ros2_controllers.rolling.repos'
- 'ros2_controllers.lyrical.repos'
- '**.xml'
push: *event
push:
branches:
- master
paths: *paths
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '33 1 * * MON-FRI'
Expand Down