Skip to content

Upgrade CUVS to 24.12 #1876

Upgrade CUVS to 24.12

Upgrade CUVS to 24.12 #1876

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
tags:
- 'v*'
jobs:
build-pull-request:
uses: ./.github/workflows/build-pull-request.yml

Check failure on line 12 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "./.github/workflows/build-pull-request.yml" : You have an error in your yaml syntax on line 136
build-release:
uses: ./.github/workflows/build-release.yml
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')