From d3b05fd7537d7c0e7d1cc75f311c6c38b9de2a00 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 29 Jul 2025 21:38:20 +0200 Subject: [PATCH] git: Allow test action to be imported by other projects --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 62bc2f2..0dc54d5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,6 +7,7 @@ on: branches: [ '*' ] repository_dispatch: types: [run_tests] + workflow_call: jobs: tests: