Skip to content

Commit

Permalink
Do not expect an iron branch to be present
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 26, 2023
1 parent c02a584 commit 0749cca
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/iron-abi-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Iron - ABI Compatibility Check
on:
workflow_dispatch:
branches:
- iron
- master
pull_request:
branches:
- iron
- master

jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/iron-binary-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ name: Iron Binary Build - main
on:
workflow_dispatch:
branches:
- iron
- master
pull_request:
branches:
- iron
- master
push:
branches:
- iron
- master
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand All @@ -24,4 +23,4 @@ jobs:
ros_distro: iron
ros_repo: main
upstream_workspace: ros2_control-not-released.iron.repos
ref_for_scheduled_build: iron
ref_for_scheduled_build: master
7 changes: 3 additions & 4 deletions .github/workflows/iron-binary-build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ name: Iron Binary Build - testing
on:
workflow_dispatch:
branches:
- iron
- master
pull_request:
branches:
- iron
- master
push:
branches:
- iron
- master
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand All @@ -24,4 +23,4 @@ jobs:
ros_distro: iron
ros_repo: testing
upstream_workspace: ros2_control-not-released.iron.repos
ref_for_scheduled_build: iron
ref_for_scheduled_build: master
7 changes: 3 additions & 4 deletions .github/workflows/iron-semi-binary-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ name: Iron Semi-Binary Build - main
on:
workflow_dispatch:
branches:
- iron
- master
pull_request:
branches:
- iron
- master
push:
branches:
- iron
- master
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '33 1 * * *'
Expand All @@ -23,4 +22,4 @@ jobs:
ros_distro: iron
ros_repo: main
upstream_workspace: ros2_control.iron.repos
ref_for_scheduled_build: iron
ref_for_scheduled_build: master
7 changes: 3 additions & 4 deletions .github/workflows/iron-semi-binary-build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ name: Iron Semi-Binary Build - testing
on:
workflow_dispatch:
branches:
- iron
- master
pull_request:
branches:
- iron
- master
push:
branches:
- iron
- master
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '33 1 * * *'
Expand All @@ -23,4 +22,4 @@ jobs:
ros_distro: iron
ros_repo: testing
upstream_workspace: ros2_control.iron.repos
ref_for_scheduled_build: iron
ref_for_scheduled_build: master
5 changes: 2 additions & 3 deletions .github/workflows/iron-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Iron Source Build
on:
workflow_dispatch:
branches:
- iron
- master
push:
branches:
- iron
- master
schedule:
# Run every day to detect flakiness and broken dependencies
Expand All @@ -16,5 +15,5 @@ jobs:
uses: ./.github/workflows/reusable-ros-tooling-source-build.yml
with:
ros_distro: iron
ref: iron
ref: master
ros2_repo_branch: iron

0 comments on commit 0749cca

Please sign in to comment.