Skip to content

Commit 53f058e

Browse files
authored
Update default.yml
1 parent 9a01db3 commit 53f058e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295

296296
deploy:
297297
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') }}
298+
if: ${{ !cancelled() && github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ux-design-system') }}
299299
needs: [checks-done]
300300
with:
301301
release: false

0 commit comments

Comments
 (0)