File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3
3
workflow_dispatch :
4
4
pull_request :
5
5
branches :
6
- - master
6
+ - humble
7
7
8
8
jobs :
9
9
abi_check :
Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
pull_request :
8
8
branches :
9
- - master
9
+ - humble
10
10
push :
11
11
branches :
12
- - master
12
+ - humble
13
13
schedule :
14
14
# Run every morning to detect flakiness and broken dependencies
15
15
- cron : ' 03 1 * * *'
24
24
ros_distro : humble
25
25
ros_repo : ${{ matrix.ROS_REPO }}
26
26
upstream_workspace : kinematics_interface-not-released.humble.repos
27
- ref_for_scheduled_build : master
27
+ ref_for_scheduled_build : humble
Original file line number Diff line number Diff line change 3
3
workflow_dispatch :
4
4
pull_request :
5
5
branches :
6
- - master
6
+ - humble
7
7
schedule :
8
8
# Run every day to detect flakiness and broken dependencies
9
9
- cron : ' 33 2 * * *'
Original file line number Diff line number Diff line change 3
3
workflow_dispatch :
4
4
pull_request :
5
5
branches :
6
- - master
6
+ - humble
7
7
schedule :
8
8
# Run every day to detect flakiness and broken dependencies
9
9
- cron : ' 42 4 * * *'
Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
pull_request :
7
7
branches :
8
- - master
8
+ - humble
9
9
push :
10
10
branches :
11
- - master
11
+ - humble
12
12
schedule :
13
13
# Run every morning to detect flakiness and broken dependencies
14
14
- cron : ' 33 1 * * *'
23
23
ros_distro : humble
24
24
ros_repo : ${{ matrix.ROS_REPO }}
25
25
upstream_workspace : kinematics_interface.humble.repos
26
- ref_for_scheduled_build : master
26
+ ref_for_scheduled_build : humble
Original file line number Diff line number Diff line change 3
3
workflow_dispatch :
4
4
push :
5
5
branches :
6
- - master
6
+ - humble
7
7
schedule :
8
8
# Run every day to detect flakiness and broken dependencies
9
9
- cron : ' 03 3 * * *'
13
13
uses : ./.github/workflows/reusable-ros-tooling-source-build.yml
14
14
with :
15
15
ros_distro : humble
16
- ref : master
16
+ ref : humble
17
17
ros2_repo_branch : humble
You can’t perform that action at this time.
0 commit comments