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 7eeae18 commit 3a3300dCopy full SHA for 3a3300d
.github/workflows/default.yml
@@ -37,5 +37,5 @@ jobs:
37
38
deploy:
39
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' }}
+ if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui') }}
41
needs: [lint, build]
0 commit comments