Skip to content

Commit e14f0fb

Browse files
authored
fix: issue with commits from fork (#96)
* fix: issue with commits from fork * chore: added condition
1 parent fbebd35 commit e14f0fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
if: contains( github.ref, 'main')
2323
uses: ./.github/workflows/02-deploy-gh-pages.yml
2424
# TODO: we need the following after we've added the preview branch deployments
25-
# if: ${{ github.actor != 'dependabot[bot]' }}
25+
# if: ${{ github.actor != 'dependabot[bot]' && github.owner == 'db-ui' }}
2626
needs: [lint, test, build]

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
uses: ./.github/workflows/99-dependency-review.yml
2323

2424
labeler:
25+
if: github.owner == 'db-ui'
2526
uses: ./.github/workflows/99-labeler.yml

0 commit comments

Comments
 (0)