diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 76025f08f8..bd9cf63cef 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -22,5 +22,5 @@ jobs: if: contains( github.ref, 'main') uses: ./.github/workflows/02-deploy-gh-pages.yml # TODO: we need the following after we've added the preview branch deployments - # if: ${{ github.actor != 'dependabot[bot]' }} + # if: ${{ github.actor != 'dependabot[bot]' && github.owner == 'db-ui' }} needs: [lint, test, build] diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1bbf3f244d..1dbe840a79 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -22,4 +22,5 @@ jobs: uses: ./.github/workflows/99-dependency-review.yml labeler: + if: github.owner == 'db-ui' uses: ./.github/workflows/99-labeler.yml