Skip to content

Commit cbfd239

Browse files
mfranzkeCopilot
andauthored
fix: preview branches not being deployed anymore (#4672)
* fix: preview branches not being deployed anymore * Update .github/workflows/default.yml Co-authored-by: Copilot <[email protected]> * Update 00-scan-secrets.yml --------- Co-authored-by: Copilot <[email protected]>
1 parent 7ea430a commit cbfd239

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: ${{ 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)