Skip to content

Bump actions/upload-artifact from 4.3.0 to 4.3.1 #16

Bump actions/upload-artifact from 4.3.0 to 4.3.1

Bump actions/upload-artifact from 4.3.0 to 4.3.1 #16

Workflow file for this run

name: Debian Source Build
on:
workflow_dispatch:
pull_request:
branches:
- ros2-master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 5 * * *'
jobs:
debian_source_build:
uses: ./.github/workflows/reusable-debian-build.yml
strategy:
matrix:
ROS_DISTRO: [rolling, iron, humble]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
upstream_workspace: control_toolbox.${{ matrix.ROS_DISTRO }}.repos
ref_for_scheduled_build: ros2-master