From a335b49b5de4bbe035966b84a5a4ba48c209a2c4 Mon Sep 17 00:00:00 2001 From: Steven Clontz Date: Wed, 19 Jun 2024 19:32:27 -0700 Subject: [PATCH] add workflow call --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e63e246..2bd02ad8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,6 +6,8 @@ on: pull_request: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + # Allows usage from other workflows + workflow_call: jobs: format-and-types: