From 0cb05d81303370bf9e88889660253bc8bbdb0c5d Mon Sep 17 00:00:00 2001 From: Ilyas Toumlilt <ilyas@toumlilt.com> Date: Sat, 17 Sep 2022 16:52:35 +0200 Subject: [PATCH] Only Mirror from Concordant repo --- .github/workflows/mirror.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 5a8fcad..c3c6ecc 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -5,6 +5,7 @@ on: [push, delete] jobs: to_gitlab: runs-on: ubuntu-latest + if: github.repository_owner == 'Concordant' steps: - uses: actions/checkout@v2 with: -- GitLab