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 e47827e commit 28a4f9aCopy full SHA for 28a4f9a
.github/workflows/default.yml
@@ -27,7 +27,7 @@ jobs:
27
28
deploy:
29
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' }}
+ if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'dbsystel') }}
31
needs: [test, cypress, build-playground]
32
33
publish:
0 commit comments