Skip to content

feat(ci): add multi-version sequential build support #6

feat(ci): add multi-version sequential build support

feat(ci): add multi-version sequential build support #6

Workflow file for this run

name: Build Package
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build-package:
uses: ./.github/workflows/apger-engine.yml

Check failure on line 14 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/apger-engine.yml" (source branch with sha:b2375f281359ee0848cb61d3be2804e3b45327ad) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
recipe_path: '.ci/recipe.yaml'
scripts_path: '.ci/scripts'