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 5f6a40a commit e47827eCopy full SHA for e47827e
.github/workflows/default.yml
@@ -26,8 +26,8 @@ jobs:
26
needs: [build]
27
28
deploy:
29
- if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'dbsystel' }}
30
uses: ./.github/workflows/02-deploy-gh-pages.yml
+ 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