From b1e54c15418329c0c80f0d80fa6a44c34659591e Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Wed, 18 Sep 2024 18:50:00 +0900 Subject: [PATCH] ci: Update `mirror.yaml` --- .github/workflows/mirror.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index f6cc31f..0a0226e 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -14,7 +14,7 @@ on: jobs: gitlab: name: Mirror to GitLab - if: github.repository_owner == 'sorairolake' + if: github.actor == 'sorairolake' && github.repository_owner == 'sorairolake' runs-on: ubuntu-22.04 steps: - name: Checkout code @@ -31,7 +31,7 @@ jobs: codeberg: name: Mirror to Codeberg - if: github.repository_owner == 'sorairolake' + if: github.actor == 'sorairolake' && github.repository_owner == 'sorairolake' runs-on: ubuntu-22.04 steps: - name: Checkout code