From 50813a56e3ceb4bf962c04b3bc540bcfc5e0a45b Mon Sep 17 00:00:00 2001 From: Justin Florentine Date: Wed, 6 Dec 2023 15:51:42 -0500 Subject: [PATCH] adds workflow_dispatch Signed-off-by: Justin Florentine --- .github/workflows/pre-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre-review.yml b/.github/workflows/pre-review.yml index 7a2648113b2..a995ecc569d 100644 --- a/.github/workflows/pre-review.yml +++ b/.github/workflows/pre-review.yml @@ -2,6 +2,7 @@ name: pre-review on: pull_request: + workflow_dispatch: env: GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true