Skip to content

Commit 3a3300d

Browse files
authored
refactor(dependabot): skip deploy step (#180)
aligned CI/CD scripts
1 parent 7eeae18 commit 3a3300d

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
@@ -37,5 +37,5 @@ jobs:
3737

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

0 commit comments

Comments
 (0)