Skip to content

Commit

Permalink
Do not run humble on ros2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Nov 21, 2023
1 parent 0b8f754 commit 7f55d4c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/humble-binary-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Humble Binary Main
on:
workflow_dispatch:
branches:
- ros2
- humble
pull_request:
branches:
- ros2
- humble
push:
branches:
- ros2
- humble
schedule:
- cron: '13 4 * * *'

Expand All @@ -18,4 +18,4 @@ jobs:
with:
ros_distro: humble
ros_repo: main
ref_for_scheduled_build: ros2
ref_for_scheduled_build: humble
8 changes: 4 additions & 4 deletions .github/workflows/humble-binary-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Humble Binary Testing
on:
workflow_dispatch:
branches:
- ros2
- humble
pull_request:
branches:
- ros2
- humble
push:
branches:
- ros2
- humble
schedule:
- cron: '13 4 * * *'

Expand All @@ -18,4 +18,4 @@ jobs:
with:
ros_distro: humble
ros_repo: testing
ref_for_scheduled_build: ros2
ref_for_scheduled_build: humble
8 changes: 4 additions & 4 deletions .github/workflows/humble-semi-binary-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Humble Semi Binary Main
on:
workflow_dispatch:
branches:
- ros2
- humble
pull_request:
branches:
- ros2
- humble
push:
branches:
- ros2
- humble
schedule:
- cron: '13 4 * * *'

Expand All @@ -18,5 +18,5 @@ jobs:
with:
ros_distro: humble
ros_repo: main
ref_for_scheduled_build: ros2
ref_for_scheduled_build: humble
upstream_workspace: ur_simulation_gz.humble.repos
8 changes: 4 additions & 4 deletions .github/workflows/humble-semi-binary-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Humble Semi Binary Testing
on:
workflow_dispatch:
branches:
- ros2
- humble
pull_request:
branches:
- ros2
- humble
push:
branches:
- ros2
- humble
schedule:
- cron: '13 4 * * *'

Expand All @@ -18,5 +18,5 @@ jobs:
with:
ros_distro: humble
ros_repo: testing
ref_for_scheduled_build: ros2
ref_for_scheduled_build: humble
upstream_workspace: ur_simulation_gz.humble.repos

0 comments on commit 7f55d4c

Please sign in to comment.