Skip to content

Commit e6d085c

Browse files
authored
fix(dependabot): skip deploy step (#211)
1 parent 1f2646e commit e6d085c

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
@@ -36,5 +36,5 @@ jobs:
3636

3737
deploy:
3838
uses: ./.github/workflows/02-deploy-gh-pages.yml
39-
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui' }}
39+
if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui') }}
4040
needs: [lint, test, build]

0 commit comments

Comments
 (0)