From 83a2553c53225f017c0f1adb3eb11e0d3531efc2 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Wed, 9 Aug 2023 17:11:23 +0000 Subject: [PATCH] ci: enable workflow_dispatch This allows running the tests on an adhoc basis. (cherry picked from commit 70775c5180c5a64e37179e2eac27a48125238e11) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 868cf78cf63..1309b011939 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,7 @@ on: branches-ignore: - 'patchback/**' pull_request: + workflow_dispatch: jobs: docs_sanity_docs_build: