Skip to content

Update build.yml

Update build.yml #91

Workflow file for this run

name: Build Application
on:
push:
branches-ignore:
- 'stable'
paths-ignore:
- '**.md'
- '**/LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
pull_request:
paths-ignore:
- '**.md'
- '**/LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
workflow_dispatch:
jobs:
build_debug:
name: Build Debug
uses: ./.github/workflows/build.yml

Check failure on line 24 in .github/workflows/trigger_builds.yml

View workflow run for this annotation

GitHub Actions / Build Application

Invalid workflow file

The workflow is not valid. In .github/workflows/trigger_builds.yml (Line: 24, Col: 11): Error from called workflow binex-dsk/QFRCScouter/.github/workflows/build.yml@7fe3678d6de47727e0ef1a7ddc2cf583c5e249cf (Line: 16, Col: 14): Unexpected value 'inherit'
with:
build_type: Debug