From 0171f70b368a053c8276e7593291f1f474652782 Mon Sep 17 00:00:00 2001 From: "andy.lee" Date: Mon, 6 Jan 2025 15:55:43 +0800 Subject: [PATCH] add reuseable workflow_call in test.yaml Signed-off-by: andy.lee --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cfd7e7a2..9c526233 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,5 +1,7 @@ name: Tests + on: + workflow_call: # This tells GH that the workflow is reusable push: branches: - main