From d8595f55431ee45a09596971971be2e0c269db17 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 27 Feb 2024 12:29:14 +0000 Subject: [PATCH] Add workflow dispatch trigger to rebuild Action We can't use the "Rebuild" label on a PR with conflicts because the `pull_request` event runs on a synthetic merge commit. --- .github/workflows/rebuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index 9ab1bb455..b534a0915 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -3,6 +3,7 @@ name: Rebuild Action on: pull_request: types: [labeled] + workflow_dispatch: jobs: rebuild: