From 7d807814fdd455c074f94f13cb2e6b1341162424 Mon Sep 17 00:00:00 2001 From: "David L. Qiu" Date: Fri, 21 Jul 2023 16:25:05 -0700 Subject: [PATCH] add workflow_dispatch trigger to choose workflow branch --- .github/workflows/update-integration-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update-integration-tests.yml b/.github/workflows/update-integration-tests.yml index 0b06776e..ce82a6c7 100644 --- a/.github/workflows/update-integration-tests.yml +++ b/.github/workflows/update-integration-tests.yml @@ -1,6 +1,11 @@ name: Update Playwright Snapshots on: + workflow_dispatch: + inputs: + number: + description: 'PR number' + required: true issue_comment: types: [created, edited]