Skip to content

Fix conda upload: try without --force first, fallback to --force #27

Fix conda upload: try without --force first, fallback to --force

Fix conda upload: try without --force first, fallback to --force #27

Workflow file for this run

name: "ROS: Jazzy"
on:
push:
branches: [development, main]
pull_request:
branches: [development, main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
uses: ./.github/workflows/_ros.yaml
with:
ros_distro: jazzy
container: rostooling/setup-ros-docker:ubuntu-noble-ros-jazzy-ros-base-latest
runner: ubuntu-24.04