diff --git a/.github/workflows/hub-overview.yml b/.github/workflows/hub-overview.yml index 0e28c8ac14..11e25b8fb9 100644 --- a/.github/workflows/hub-overview.yml +++ b/.github/workflows/hub-overview.yml @@ -24,6 +24,7 @@ jobs: update-dockerhub-overview: name: Update dockerhub overviews runs-on: ubuntu-latest + if: github.repository == 'jupyter/docker-stacks' steps: - name: Checkout Repo ⚡️