Skip to content

Commit

Permalink
remove workflow dispatch branch (#1362)
Browse files Browse the repository at this point in the history
(cherry picked from commit b8c5418)

# Conflicts:
#	.github/workflows/foxy-binary-build-main.yml
#	.github/workflows/foxy-semi-binary-build-main.yml
#	.github/workflows/galactic-binary-build-main.yml
#	.github/workflows/galactic-semi-binary-build-main.yml
#	.github/workflows/iron-source-build.yml
  • Loading branch information
christophfroehlich authored and mergify[bot] committed Feb 7, 2024
1 parent a24fec9 commit ba66502
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/foxy-binary-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ name: Foxy Binary Build - main

on:
workflow_dispatch:
<<<<<<< HEAD:.github/workflows/foxy-binary-build-main.yml
branches:
- foxy
=======
>>>>>>> b8c5418 (remove workflow dispatch branch (#1362)):.github/workflows/iron-binary-build-main.yml
pull_request:
branches:
- foxy
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/foxy-semi-binary-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: Foxy Semi-Binary Build - main

on:
workflow_dispatch:
<<<<<<< HEAD:.github/workflows/foxy-semi-binary-build-main.yml
branches:
- foxy
=======
>>>>>>> b8c5418 (remove workflow dispatch branch (#1362)):.github/workflows/iron-semi-binary-build-main.yml
pull_request:
branches:
- foxy
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/galactic-binary-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ name: Galactic Binary Build - main

on:
workflow_dispatch:
<<<<<<< HEAD:.github/workflows/galactic-binary-build-main.yml
branches:
- galactic
=======
>>>>>>> b8c5418 (remove workflow dispatch branch (#1362)):.github/workflows/iron-binary-build-testing.yml
pull_request:
branches:
- galactic
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/galactic-semi-binary-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: Galactic Semi-Binary Build - main

on:
workflow_dispatch:
<<<<<<< HEAD:.github/workflows/galactic-semi-binary-build-main.yml
branches:
- galactic
=======
pull_request:
branches:
- iron
>>>>>>> b8c5418 (remove workflow dispatch branch (#1362)):.github/workflows/iron-semi-binary-build-testing.yml
push:
branches:
- galactic
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/humble-binary-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Humble Binary Build - main

on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/humble-binary-build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Humble Binary Build - testing

on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/humble-semi-binary-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Humble Semi-Binary Build - main

on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/humble-semi-binary-build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Humble Semi-Binary Build - testing

on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/humble-source-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Humble Source Build
on:
workflow_dispatch:
branches:
- humble
push:
branches:
- humble
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/iron-source-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Iron Source Build
on:
workflow_dispatch:
push:
branches:
- iron
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'

jobs:
source:
uses: ./.github/workflows/reusable-ros-tooling-source-build.yml
with:
ros_distro: iron
ref: iron
ros2_repo_branch: iron
2 changes: 0 additions & 2 deletions .github/workflows/rolling-binary-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Rolling Binary Build - main

on:
workflow_dispatch:
branches:
- master
pull_request:
branches:
- master
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rolling-semi-binary-build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Rolling Semi-Binary Build - testing

on:
workflow_dispatch:
branches:
- master
pull_request:
branches:
- master
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rolling-source-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Rolling Source Build
on:
workflow_dispatch:
branches:
- master
push:
branches:
- master
Expand Down

0 comments on commit ba66502

Please sign in to comment.