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 7ea430a commit cbfd239Copy full SHA for cbfd239
.github/workflows/default.yml
@@ -295,7 +295,7 @@ jobs:
295
296
deploy:
297
uses: ./.github/workflows/03-deploy-gh-pages.yml
298
- if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ux-design-system') }}
+ if: ${{ !cancelled() && github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ux-design-system') }}
299
needs: [checks-done]
300
with:
301
release: false
0 commit comments