Skip to content

Commit

Permalink
Fix branch for humble workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 5, 2024
1 parent 975247d commit 2b39280
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/humble-abi-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- humble

jobs:
abi_check:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/humble-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- humble
push:
branches:
- master
- humble
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand All @@ -24,4 +24,4 @@ jobs:
ros_distro: humble
ros_repo: ${{ matrix.ROS_REPO }}
upstream_workspace: kinematics_interface-not-released.humble.repos
ref_for_scheduled_build: master
ref_for_scheduled_build: humble
2 changes: 1 addition & 1 deletion .github/workflows/humble-debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '33 2 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '42 4 * * *'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/humble-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- humble
push:
branches:
- master
- humble
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '33 1 * * *'
Expand All @@ -23,4 +23,4 @@ jobs:
ros_distro: humble
ros_repo: ${{ matrix.ROS_REPO }}
upstream_workspace: kinematics_interface.humble.repos
ref_for_scheduled_build: master
ref_for_scheduled_build: humble
4 changes: 2 additions & 2 deletions .github/workflows/humble-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
Expand All @@ -13,5 +13,5 @@ jobs:
uses: ./.github/workflows/reusable-ros-tooling-source-build.yml
with:
ros_distro: humble
ref: master
ref: humble
ros2_repo_branch: humble

0 comments on commit 2b39280

Please sign in to comment.