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 d9603f2 commit 8309bb2Copy full SHA for 8309bb2
.github/workflows/dc_release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
call-dc-edit:
25
needs: [call-gh-validate-release] # [call-az-acr-release]
26
- if: always() && !failure()
+ if: always() && !failure() && github.event_name == 'release'
27
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/dc_edit.yml@dev
28
secrets: inherit
29
0 commit comments