Skip to content

reusable-workflows

The repository uses reusable workflows so package release and CI logic stays shared and explicit.

Current Reusable Workflows

  • ci-package.yml
  • build-release-artifacts.yml

These files are workflow building blocks rather than top-level entrypoints, so they run through verify.yml and publish.yml instead of appearing as standalone manual workflows. Their job names stay package-scoped so the Actions UI shows which package and check actually ran.

Purpose

Use this page to see which workflows are building blocks and which top-level workflows call them.