Skip to content

fix(thermal_camera): Fixed Gaussian noise for thermal camera. (backport #597) #114

fix(thermal_camera): Fixed Gaussian noise for thermal camera. (backport #597)

fix(thermal_camera): Fixed Gaussian noise for thermal camera. (backport #597) #114

Workflow file for this run

name: Bazel CI
on:
push:
branches: [gz-sensors9, main]
pull_request:
branches: [gz-sensors9, main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7.2.2
with:
folders: |
[
".",
]
exclude: |
[
{"folder": ".", "bzlmodEnabled": false},
]
exclude_windows: true