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