From 24cef38fda81aaafacdc840dd0aca31eaed123c6 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 11 Mar 2020 13:06:48 +0000 Subject: [PATCH] :construction_worker_man: sync DINAR Pushed from https://github.com/itpp-labs/DINAR/.github/workflows/fork2repos.yml --- .github/workflows/repo2store.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo2store.yml b/.github/workflows/repo2store.yml index ea918a9..5fe3fc9 100644 --- a/.github/workflows/repo2store.yml +++ b/.github/workflows/repo2store.yml @@ -6,7 +6,7 @@ on: jobs: repo2store: runs-on: ubuntu-latest - if: "! endsWith(github.repository, '-store')" + if: "! endsWith(github.repository, '-store') && startsWith(github.repository, 'itpp-labs/')" steps: - name: Checkout REPO uses: actions/checkout@v2-beta