From 44a12848a4f00794e66c3e96b151ae2875db09e5 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 23 Sep 2025 18:27:54 +0300 Subject: [PATCH] change --- .github/workflows/deployk8s.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deployk8s.yaml b/.github/workflows/deployk8s.yaml index 0ae071e..61d6e60 100644 --- a/.github/workflows/deployk8s.yaml +++ b/.github/workflows/deployk8s.yaml @@ -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 \ No newline at end of file + - 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 \ No newline at end of file -- 2.49.1