From 6ea793d0f331cc201de16ca77c57895080319b83 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Tue, 25 Aug 2026 13:56:35 -0700 Subject: [PATCH] chore: sync from theholocron/holocron Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- .github/workflows/sync.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 9034f2e..f82abff 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -11,6 +11,12 @@ on: # yamllint disable-line rule:truthy - holocron.config.ts - package.json - pnpm-workspace.yaml + workflow_dispatch: + inputs: + steps: + description: "Sync steps to run (default: all)" + type: string + required: false concurrency: group: sync-${{ github.ref }} @@ -24,4 +30,6 @@ jobs: sync: name: Sync uses: theholocron/.github/.github/workflows/sync.yml@main + with: + steps: ${{ inputs.steps }} secrets: inherit