We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbebd35 commit e14f0fbCopy full SHA for e14f0fb
.github/workflows/default.yml
@@ -22,5 +22,5 @@ jobs:
22
if: contains( github.ref, 'main')
23
uses: ./.github/workflows/02-deploy-gh-pages.yml
24
# TODO: we need the following after we've added the preview branch deployments
25
- # if: ${{ github.actor != 'dependabot[bot]' }}
+ # if: ${{ github.actor != 'dependabot[bot]' && github.owner == 'db-ui' }}
26
needs: [lint, test, build]
.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
0 commit comments