Skip to content

Fix the spawner to support full wildcard parameter entries (#1933) #1

Fix the spawner to support full wildcard parameter entries (#1933)

Fix the spawner to support full wildcard parameter entries (#1933) #1

name: Pre-Release Check
on:
workflow_dispatch:
inputs:
ros_distro:
description: 'Chose ROS distribution'
required: true
default: 'rolling'
type: choice
options:
<<<<<<< HEAD

Check failure on line 12 in .github/workflows/prerelease-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prerelease-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- foxy
- galactic
- humble
=======
- humble
- iron
>>>>>>> bb087e2 (Fix the spawner to support full wildcard parameter entries (#1933))
- rolling
branch:
description: 'Chose branch for distro'
required: true
default: 'master'
type: choice
options:
<<<<<<< HEAD
- foxy
- galactic
- humble
=======
- humble
- iron
>>>>>>> bb087e2 (Fix the spawner to support full wildcard parameter entries (#1933))
- master
jobs:
pre_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}
- name: industrial_ci
uses: ros-industrial/industrial_ci@master
env:
ROS_DISTRO: ${{ github.event.inputs.ros_distro }}
PRERELEASE: true
BASEDIR: ${{ github.workspace }}/.work