Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Removed Open Cabinet Door as a favorited objective #1674

Removed Open Cabinet Door as a favorited objective

Removed Open Cabinet Door as a favorited objective #1674

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
inputs:
image_tag:
description: 'The tag of the image to use for the container'
required: false
default: ''
# Run every 6 hours Mon-Fri
schedule:
- cron: "0 */6 * * 1-5"
jobs:
integration-test-in-studio-container:
uses: PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml@main
with:
image_tag: ${{ github.event.inputs.image_tag || null }}
secrets: inherit