File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 15
15
- ' **/CMakeLists.txt'
16
16
- ' ros2_controllers.humble.repos'
17
17
- ' **.xml'
18
+ pull_request :
19
+ branches :
20
+ - humble
21
+ paths :
22
+ - ' .github/workflows/humble-source-build.yml'
18
23
schedule :
19
24
# Run every day to detect flakiness and broken dependencies
20
25
- cron : ' 03 3 * * MON-FRI'
25
30
with :
26
31
ros_distro : humble
27
32
ref : humble
28
- os_name : ubuntu- 22.04
33
+ container : ubuntu: 22.04
Original file line number Diff line number Diff line change 15
15
- ' **/CMakeLists.txt'
16
16
- ' ros2_controllers.jazzy.repos'
17
17
- ' **.xml'
18
+ pull_request :
19
+ branches :
20
+ - jazzy
21
+ paths :
22
+ - ' .github/workflows/jazzy-source-build.yml'
18
23
schedule :
19
24
# Run every day to detect flakiness and broken dependencies
20
25
- cron : ' 03 3 * * MON-FRI'
Original file line number Diff line number Diff line change 16
16
- ' ros2_controllers.rolling.repos'
17
17
- ' ros2_controllers.kilted.repos'
18
18
- ' **.xml'
19
+ pull_request :
20
+ branches :
21
+ - master
22
+ paths :
23
+ - ' .github/workflows/rolling-source-build.yml'
19
24
schedule :
20
25
# Run every day to detect flakiness and broken dependencies
21
26
- cron : ' 03 3 * * MON-FRI'
You can’t perform that action at this time.
0 commit comments