-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from fmrico/events_executor
Change to EventsExecutor
- Loading branch information
Showing
5 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ name: jazzy-devel | |
on: | ||
pull_request: | ||
branches: | ||
- jazzy | ||
- jazzy-devel | ||
push: | ||
branches: | ||
- jazzy | ||
- jazzy-devel | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 0 * * 0' | ||
|
@@ -20,11 +20,11 @@ jobs: | |
fail-fast: false | ||
steps: | ||
- name: Setup ROS 2 | ||
uses: ros-tooling/[email protected].1 | ||
uses: ros-tooling/[email protected].9 | ||
with: | ||
required-ros-distributions: jazzy | ||
- name: build and test | ||
uses: ros-tooling/[email protected].6 | ||
uses: ros-tooling/[email protected].13 | ||
with: | ||
package-name: rclcpp_cascade_lifecycle rclcpy_cascade_lifecycle cascade_lifecycle_msgs | ||
target-ros2-distro: jazzy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,11 @@ jobs: | |
fail-fast: false | ||
steps: | ||
- name: Setup ROS 2 | ||
uses: ros-tooling/[email protected].1 | ||
uses: ros-tooling/[email protected].9 | ||
with: | ||
required-ros-distributions: rolling | ||
- name: build and test | ||
uses: ros-tooling/[email protected].6 | ||
uses: ros-tooling/[email protected].13 | ||
with: | ||
package-name: rclcpp_cascade_lifecycle rclpy_cascade_lifecycle cascade_lifecycle_msgs | ||
target-ros2-distro: rolling | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters