- Remove debug_enabled input parameter that no longer exists in build-reusable.yml - Keep workflow_dispatch trigger but without debug options - Fixes workflow validation error: 'debug_enabled is not defined' 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
170 B
YAML
13 lines
170 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches: [ main ]
|
|
pull_request:
|
|
branches: [ main ]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/build-reusable.yml
|