Skip to content

Commit 8309bb2

Browse files
committed
fix(dc): dc-edit on release only
1 parent d9603f2 commit 8309bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dc_release.yml

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

2424
call-dc-edit:
2525
needs: [call-gh-validate-release] # [call-az-acr-release]
26-
if: always() && !failure()
26+
if: always() && !failure() && github.event_name == 'release'
2727
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/dc_edit.yml@dev
2828
secrets: inherit
2929

0 commit comments

Comments
 (0)