From 354121c996165ed5c969bbb7c7915381e486eb89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Sun, 6 Aug 2023 20:24:07 +0900 Subject: [PATCH] fix action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- .github/workflows/test-python.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-python.yaml b/.github/workflows/test-python.yaml index 442e7eb..c028a06 100644 --- a/.github/workflows/test-python.yaml +++ b/.github/workflows/test-python.yaml @@ -3,6 +3,7 @@ name: test-python on: pull_request_target: types: [labeled] + workflow_dispatch: jobs: build_and_preview: @@ -12,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + path: refs/remotes/pull/${{ github.event.pull_request.number }}/merge # Openapi Generator Setup - name: Get OpenJDK 11