Skip to content

Commit 2b39280

Browse files
Fix branch for humble workflows
1 parent 975247d commit 2b39280

6 files changed

+11
-11
lines changed

.github/workflows/humble-abi-compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
pull_request:
55
branches:
6-
- master
6+
- humble
77

88
jobs:
99
abi_check:

.github/workflows/humble-binary-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
workflow_dispatch:
77
pull_request:
88
branches:
9-
- master
9+
- humble
1010
push:
1111
branches:
12-
- master
12+
- humble
1313
schedule:
1414
# Run every morning to detect flakiness and broken dependencies
1515
- cron: '03 1 * * *'
@@ -24,4 +24,4 @@ jobs:
2424
ros_distro: humble
2525
ros_repo: ${{ matrix.ROS_REPO }}
2626
upstream_workspace: kinematics_interface-not-released.humble.repos
27-
ref_for_scheduled_build: master
27+
ref_for_scheduled_build: humble

.github/workflows/humble-debian-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
pull_request:
55
branches:
6-
- master
6+
- humble
77
schedule:
88
# Run every day to detect flakiness and broken dependencies
99
- cron: '33 2 * * *'

.github/workflows/humble-rhel-binary-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
pull_request:
55
branches:
6-
- master
6+
- humble
77
schedule:
88
# Run every day to detect flakiness and broken dependencies
99
- cron: '42 4 * * *'

.github/workflows/humble-semi-binary-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
workflow_dispatch:
66
pull_request:
77
branches:
8-
- master
8+
- humble
99
push:
1010
branches:
11-
- master
11+
- humble
1212
schedule:
1313
# Run every morning to detect flakiness and broken dependencies
1414
- cron: '33 1 * * *'
@@ -23,4 +23,4 @@ jobs:
2323
ros_distro: humble
2424
ros_repo: ${{ matrix.ROS_REPO }}
2525
upstream_workspace: kinematics_interface.humble.repos
26-
ref_for_scheduled_build: master
26+
ref_for_scheduled_build: humble

.github/workflows/humble-source-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- master
6+
- humble
77
schedule:
88
# Run every day to detect flakiness and broken dependencies
99
- cron: '03 3 * * *'
@@ -13,5 +13,5 @@ jobs:
1313
uses: ./.github/workflows/reusable-ros-tooling-source-build.yml
1414
with:
1515
ros_distro: humble
16-
ref: master
16+
ref: humble
1717
ros2_repo_branch: humble

0 commit comments

Comments
 (0)