Skip to content

reusable and exit early #1

reusable and exit early

reusable and exit early #1

name: Build all platforms
on:
workflow_dispatch:
push:
branches:
- "build-artifacts-in-ci"
jobs:
build-windows:
uses: ./.github/workflows/build-windows.yml

Check failure on line 10 in .github/workflows/build-all-platforms.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-all-platforms.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-all-platforms.yml" -> "./.github/workflows/build-windows.yml" (source branch with sha:3aa84e9b507e81455a601abe104eaf57d8245aeb) : `workflow-call` is not a valid event name
build-darwin:
uses: ./.github/workflows/build-darwin.yml
build-linux:
uses: ./.github/workflows/build-linux.yml