diff --git a/.github/workflows/check_registry.yml b/.github/workflows/check_registry.yml index 68958f62..da159f72 100644 --- a/.github/workflows/check_registry.yml +++ b/.github/workflows/check_registry.yml @@ -5,7 +5,7 @@ on: - master jobs: check_registry: - if: (${{ github.head_ref }} == "dev") #&& (${{ github.repository }} == ${{ github.event.pull_request.head.repo.full_name }}) + # if: (${{ github.head_ref }} == "dev") && (${{ github.repository }} == ${{ github.event.pull_request.head.repo.full_name }}) runs-on: ${{ matrix.os }} strategy: fail-fast: false