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 c870fe4 commit cbd87e9Copy full SHA for cbd87e9
.github/workflows/az_acr_release.yml
@@ -19,4 +19,12 @@ jobs:
19
needs: [call-gh-validate-release]
20
if: always() && !failure()
21
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_release.yml@dev
22
- secrets: inherit
+ secrets: inherit
23
+
24
+ call-gh-release:
25
+ needs: [call-az-acr-release]
26
+ if: !failure() && github.event_name == 'release'
27
+ uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_release.yml@dev
28
29
+ with:
30
+ deployment_status: "success"
0 commit comments