We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2646e commit e6d085cCopy full SHA for e6d085c
.github/workflows/default.yml
@@ -36,5 +36,5 @@ jobs:
36
37
deploy:
38
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' }}
+ if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui') }}
40
needs: [lint, test, build]
0 commit comments