From 773253483b750e163493c7e9d2a37433522ddb00 Mon Sep 17 00:00:00 2001 From: Hanspeter Schaub Date: Tue, 30 Jul 2024 13:47:19 -0600 Subject: [PATCH] add workflow-dispatch action --- .github/workflows/test-pull-request.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/test-pull-request.yml diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml new file mode 100644 index 0000000000..525d7cf43c --- /dev/null +++ b/.github/workflows/test-pull-request.yml @@ -0,0 +1,9 @@ +name: Test run pull request action + +on: + workflow_dispatch: + +jobs: + call-pull-request: + uses: ./.github/workflows/pull-request.yml + secrets: inherit