Skip to content

Commit 8db493a

Browse files
[CI] Fix refs for jazzy (backport #146) (#148)
[CI] Fix refs for jazzy (#146) (cherry picked from commit 82904dc) Co-authored-by: Christoph Fröhlich <[email protected]>
1 parent 70eb654 commit 8db493a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/humble-semi-binary-downstream-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Humble Downstream Build
1+
name: Humble - Downstream Build
22
# description: 'Build & test downstream packages from source.'
33
# author: Christoph Froehlich <[email protected]>
44

.github/workflows/jazzy-rhel-semi-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
ros_distro: jazzy
2121
upstream_workspace: kinematics_interface.jazzy.repos
22-
ref_for_scheduled_build: master
22+
ref_for_scheduled_build: jazzy

.github/workflows/jazzy-semi-binary-downstream-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Jazzy - Rolling Downstream Build
1+
name: Jazzy - Downstream Build
22
# description: 'Build & test downstream packages from source.'
33
# author: Christoph Froehlich <[email protected]>
44

@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
ros_distro: jazzy
2020
ros_repo: testing
21-
ref_for_scheduled_build: master
21+
ref_for_scheduled_build: jazzy
2222
not_test_build: true
2323
upstream_workspace: kinematics_interface.jazzy.repos
2424
# we test the downstream packages, which are part of our organization

0 commit comments

Comments
 (0)