Skip to content

remove precommit as even the locally supplied clang-format file isn't… #1

remove precommit as even the locally supplied clang-format file isn't…

remove precommit as even the locally supplied clang-format file isn't… #1

name: ROS2 Publish Release Iron

Check failure on line 1 in .github/workflows/ros2-release-iron.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ros2-release-iron.yml

Invalid workflow file

(Line: 23, Col: 25): Job 'release' depends on unknown job 'pre-commit'.
on:
workflow_dispatch:
workflow_call:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
unit-tests:
name: Unit Tests
uses: locusrobotics/locus_ci/.github/workflows/[email protected]
with:
ros_distro: 'iron'
docker_image: 'ros:iron-ros-base'
secrets:
jf_url: ${{ secrets.JF_URL }}
jf_user: ${{ secrets.JF_USER }}
jf_token: ${{ secrets.JF_TOKEN }}
release:
name: Release
needs: [unit-tests, pre-commit]
strategy:
fail-fast: false
matrix:
include:
- runs-on: 'APG-2-Core-ARM'
docker_image: 'arm64v8/ros:iron-ros-base'
- runs-on: 'ubuntu-22.04'
docker_image: 'ros:iron-ros-base'
uses: locusrobotics/locus_ci/.github/workflows/[email protected]
with:
ros_distro: 'iron'
docker_image: ${{ matrix.docker_image }}
os: ${{ matrix.runs-on }}
build: true
version_tag: ${{ github.ref_name }}
secrets:
jf_url: ${{ secrets.JF_URL }}
jf_user: ${{ secrets.JF_USER }}
jf_token: ${{ secrets.JF_TOKEN }}