Skip to content

Workflow file for this run

name: Validation Build
on:
push:
#branches:
# - 'master'
# - 'dev'
paths-ignore:
- '**.md'
- '**.glsl'
jobs:
build-mdl-sdk:
name: Build MDL SDK
uses: pablode/MDL-SDK/.github/workflows/[email protected]
with:
cache-key-prefix: ${{ vars.MDL_SDK_CACHE_KEY_PREFIX }}
build-2411:
name: Build gatling for USD v24.11 (Release)
needs: build-mdl-sdk
uses: ./.github/workflows/build-usd-with-tests.yml

Check failure on line 22 in .github/workflows/validation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/validation.yml

Invalid workflow file

error parsing called workflow ".github/workflows/validation.yml" -> "./.github/workflows/build-usd-with-tests.yml" : failed to fetch workflow: workflow was not found.
with:
usd-version: 24.11
mdl-sdk-cache-key-prefix: ${{ vars.MDL_SDK_CACHE_KEY_PREFIX }}
run-gtests: true
upload-gtest-artifacts: true
build-2408:
name: Build gatling for USD v24.08 (Release)
needs: build-mdl-sdk
uses: ./.github/workflows/build-usd-with-tests.yml
with:
usd-version: 24.08
mdl-sdk-cache-key-prefix: ${{ vars.MDL_SDK_CACHE_KEY_PREFIX }}
run-gtests: true
upload-gtest-artifacts: true
build-2405:
name: Build gatling for USD v24.05 (Release)
needs: build-mdl-sdk
uses: ./.github/workflows/build-usd.yml
with:
usd-version: 24.05
mdl-sdk-cache-key-prefix: ${{ vars.MDL_SDK_CACHE_KEY_PREFIX }}
build-2403:
name: Build gatling for USD v24.03 (Release)
needs: build-mdl-sdk
uses: ./.github/workflows/build-usd.yml
with:
usd-version: 24.03
mdl-sdk-cache-key-prefix: ${{ vars.MDL_SDK_CACHE_KEY_PREFIX }}