Skip to content

Commit 28a4f9a

Browse files
authored
Update default.yml
1 parent e47827e commit 28a4f9a

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
@@ -27,7 +27,7 @@ jobs:
2727

2828
deploy:
2929
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' }}
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)