From 3a5d47b21618fec70ff2e09017a223c468496c41 Mon Sep 17 00:00:00 2001 From: Gabriel Chittolina Date: Tue, 2 Sep 2025 10:55:46 -0300 Subject: [PATCH] feat: enable dispatching example apps tests --- .github/workflows/run-tests-example-apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests-example-apps.yml b/.github/workflows/run-tests-example-apps.yml index 7c324f2cc..555821b98 100644 --- a/.github/workflows/run-tests-example-apps.yml +++ b/.github/workflows/run-tests-example-apps.yml @@ -1,7 +1,7 @@ name: Run tests for example apps on: - workflow_call: + workflow_dispatch: # TODO: Enable this when we test this workflow manually # pull_request: # branches: