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 9a01db3 commit 53f058eCopy full SHA for 53f058e
.github/workflows/default.yml
@@ -295,7 +295,7 @@ jobs:
295
296
deploy:
297
uses: ./.github/workflows/03-deploy-gh-pages.yml
298
- if: ${{ always() && 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