Skip to content

Commit e47827e

Browse files
authored
chore: test
1 parent 5f6a40a commit e47827e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ 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' }}
3029
uses: ./.github/workflows/02-deploy-gh-pages.yml
30+
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'dbsystel' }}
3131
needs: [test, cypress, build-playground]
3232

3333
publish:

0 commit comments

Comments
 (0)