From 46d837ad4df095a56045c511c7af881c6f523d7f Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Sun, 21 Aug 2022 21:40:10 -0700 Subject: [PATCH] build.yml: Add on.workflow_call Fix the error: error parsing called workflow "./.github/workflows/build.yml": workflow is not reusable as it is missing a `on.workflow_call` trigger --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f79076..66338e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,7 @@ on: - .github/workflows/build.yml - "build-*.sh" - debian7/Dockerfile + workflow_call: jobs: build: