Skip to content

Wait for python server then reload (#12) #18

Wait for python server then reload (#12)

Wait for python server then reload (#12) #18

Workflow file for this run

name: Build All Platforms Debug
on:
push:
branches:
- "main"
jobs:
build-windows-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_windows.yml
build-apple-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_macos.yml
build-linux-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_linux.yml

Check failure on line 17 in .github/workflows/debug_all.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/debug_all.yml

Invalid workflow file

error parsing called workflow ".github/workflows/debug_all.yml" -> "./.github/workflows/debug_linux.yml" (source branch with sha:8484686bf63ad8e534e2bf64b5fa2bd4b404d103) : workflow is not reusable as it is missing a `on.workflow_call` trigger