2 Commits

Author SHA1 Message Date
ac8829e417 Merge branch 'new_notify' of bb.hublab.ru:HUB/workflows into new_notify 2025-09-23 18:28:01 +03:00
44a12848a4 change 2025-09-23 18:27:54 +03:00

View File

@@ -44,12 +44,10 @@ jobs:
environment: ${{ inputs.environment }}
tag: ${{ inputs.tag }}
migrate: ${{ inputs.migrate }}
notify:
needs: [deploy]
if: always()
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD
with:
result: ${{ needs.deploy.result}}
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
secrets: inherit
- name: post-notify
if: always()
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD
with:
result: ${{ needs.deploy.result}}
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
secrets: inherit