From 914062c6ed909dd295e255dd46b75718957c3454 Mon Sep 17 00:00:00 2001 From: Seasawher Date: Wed, 21 Feb 2024 00:13:34 +0900 Subject: [PATCH] =?UTF-8?q?fork=20=E3=81=97=E3=81=9F=E3=81=A8=E3=81=8D?= =?UTF-8?q?=E3=80=81=E8=87=AA=E5=8B=95=E3=81=A7=E9=80=B2=E6=8D=97=E3=81=8C?= =?UTF-8?q?=E4=B8=8A=E6=9B=B8=E3=81=8D=E3=81=95=E3=82=8C=E3=81=A6=E3=81=97?= =?UTF-8?q?=E3=81=BE=E3=81=86=20#28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mk_exercise.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mk_exercise.yml b/.github/workflows/mk_exercise.yml index 2e5ae36..2426a41 100644 --- a/.github/workflows/mk_exercise.yml +++ b/.github/workflows/mk_exercise.yml @@ -18,6 +18,7 @@ permissions: jobs: build: runs-on: ubuntu-latest + if: github.repository_owner == 'yuma-mizuno' steps: - name: checkout uses: actions/checkout@v4