diff --git a/.github/workflows/vertx-parent.yaml b/.github/workflows/vertx-parent.yaml index 1e2f928..a83f4b2 100644 --- a/.github/workflows/vertx-parent.yaml +++ b/.github/workflows/vertx-parent.yaml @@ -72,7 +72,8 @@ jobs: deploy_snapshots: name: Deploy Snapshots runs-on: ubuntu-20.04 - if: github.ref == 'refs/heads/master' && github.event_name == 'push' + if: github.repository == 'susom/database-goodies' && github.ref == 'refs/heads/master' && github.event_name == 'push' + needs: test permissions: contents: 'read' id-token: 'write'