From fa33fbce75a223725bbd70ab2a4efcc42ea221ed Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Tue, 26 Jan 2021 18:20:33 -0300 Subject: [PATCH] Allow manual dispatch of Test CI job (cherry picked from commit bcc7192af7406f6acd75a7c9c45eb9cf36650fab) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af942cd2f..19e6824ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,7 @@ on: - master - release-v* pull_request: {} + workflow_dispatch: {} jobs: test: