Skip to content

Commit

Permalink
Undo branch hack
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Jul 11, 2023
1 parent e35e9f0 commit 664e0d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/humble-binary-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ name: Humble Binary Build - main
on:
workflow_dispatch:
branches:
- add-ci
- rolling
pull_request:
branches:
- add-ci
- rolling
push:
branches:
- add-ci
- rolling
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand All @@ -23,4 +23,4 @@ jobs:
ros_distro: humble
ros_repo: main
upstream_workspace: twist_mux_deps.repos
ref_for_scheduled_build: add-ci
ref_for_scheduled_build: rolling
8 changes: 4 additions & 4 deletions .github/workflows/iron-binary-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ name: Humble Binary Build - main
on:
workflow_dispatch:
branches:
- add-ci
- rolling
pull_request:
branches:
- add-ci
- rolling
push:
branches:
- add-ci
- rolling
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand All @@ -23,4 +23,4 @@ jobs:
ros_distro: iron
ros_repo: main
upstream_workspace: twist_mux_deps.repos
ref_for_scheduled_build: add-ci
ref_for_scheduled_build: rolling
8 changes: 4 additions & 4 deletions .github/workflows/rolling-binary-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ name: Humble Binary Build - main
on:
workflow_dispatch:
branches:
- add-ci
- rolling
pull_request:
branches:
- add-ci
- rolling
push:
branches:
- add-ci
- rolling
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand All @@ -23,4 +23,4 @@ jobs:
ros_distro: rolling
ros_repo: main
upstream_workspace: twist_mux_deps.repos
ref_for_scheduled_build: add-ci
ref_for_scheduled_build: rolling

0 comments on commit 664e0d8

Please sign in to comment.