Skip to content

Commit d05e11e

Browse files
Add prerelease_exclude_pkg (#457)
1 parent 7b0dfdd commit d05e11e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/reusable-prerelease.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ on:
2121
required: false
2222
default: '0'
2323
type: string
24+
prerelease_exclude_pkg:
25+
description: 'List of packages to be excluded from overlay workspace (space-separated)'
26+
required: false
27+
default: ''
28+
type: string
2429

2530
jobs:
2631
default:
@@ -35,6 +40,7 @@ jobs:
3540
PRERELEASE: true
3641
# hardcode to 1 if label is check-prerelease-downstream, otherwise use input from workflow
3742
PRERELEASE_DOWNSTREAM_DEPTH: ${{ (github.event_name == 'pull_request' && contains(join(github.event.pull_request.labels.*.name, ','), 'check-prerelease-downstream')) && '1' || inputs.prerelease_downstream_depth}}
43+
PRERELEASE_EXCLUDE_PKG: ${{ inputs.prerelease_exclude_pkg }}
3844
BASEDIR: ${{ github.workspace }}/.work
3945
ROS_DISTRO: ${{ inputs.ROS_DISTRO }}
4046
DOCKER_IMAGE: ghcr.io/ros-controls/ros:${{ inputs.ROS_DISTRO }}-ubuntu-testing

0 commit comments

Comments
 (0)