Skip to content

Fix crash when setting Anisotropic property after Global Illumination disabled by adding validity checks for GI and enabled state #280

Fix crash when setting Anisotropic property after Global Illumination disabled by adding validity checks for GI and enabled state

Fix crash when setting Anisotropic property after Global Illumination disabled by adding validity checks for GI and enabled state #280

Workflow file for this run

name: Bazel CI
on:
push:
branches: [gz-sim9, main]
pull_request:
branches: [gz-sim9, 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},
]