Skip to content

RateLimiter: Don't update parameters before input checks #437 (backport #554) #42

RateLimiter: Don't update parameters before input checks #437 (backport #554)

RateLimiter: Don't update parameters before input checks #437 (backport #554) #42

name: Kilted - Pre-Commit
on:
workflow_dispatch:
pull_request:
branches:
- kilted
push:
branches:
- kilted
concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
jobs:
pre-commit:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
with:
ros_distro: kilted