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 13
13
- ' **/package.xml'
14
14
- ' **/CMakeLists.txt'
15
15
- ' ros2_control.humble.repos'
16
+ pull_request :
17
+ branches :
18
+ - humble
19
+ paths :
20
+ - .github/workflows/humble-build-source.yml
16
21
schedule :
17
22
# Run every day to detect flakiness and broken dependencies
18
23
- cron : ' 03 3 * * MON-FRI'
23
28
with :
24
29
ros_distro : humble
25
30
ref : humble
26
- os_name : ubuntu- 22.04
31
+ container : ubuntu: 22.04
Original file line number Diff line number Diff line change 13
13
- ' **/package.xml'
14
14
- ' **/CMakeLists.txt'
15
15
- ' ros2_control.jazzy.repos'
16
+ pull_request :
17
+ branches :
18
+ - jazzy
19
+ paths :
20
+ - .github/workflows/jazzy-source-build.yml
16
21
schedule :
17
22
# Run every day to detect flakiness and broken dependencies
18
23
- cron : ' 03 3 * * MON-FRI'
Original file line number Diff line number Diff line change 14
14
- ' **/CMakeLists.txt'
15
15
- ' ros2_control.rolling.repos'
16
16
- ' ros2_control.kilted.repos'
17
+ pull_request :
18
+ branches :
19
+ - master
20
+ paths :
21
+ - .github/workflows/rolling-source-build.yml
17
22
schedule :
18
23
# Run every day to detect flakiness and broken dependencies
19
24
- cron : ' 03 3 * * MON-FRI'
You can’t perform that action at this time.
0 commit comments