Skip to content

Commit ad0f32d

Browse files
authored
refactor: optimized CI/CD
1 parent 9bc99da commit ad0f32d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
needs: [build]
2727

2828
deploy:
29+
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'dbsystel' }}
2930
uses: ./.github/workflows/02-deploy-gh-pages.yml
3031
needs: [test, cypress, build-playground]
3132

0 commit comments

Comments
 (0)