CI: Move slack notification after ci-test-result (#33751)

Move slack notification after ci-test-result
This commit is contained in:
yatinappsmith 2024-05-27 18:24:59 +05:30 committed by GitHub
parent 053db40e30
commit 2da8440610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -438,7 +438,7 @@ jobs:
${{ vars.DOCKER_HUB_ORGANIZATION }}/appsmith-${{ vars.EDITION }}:nightly
notify-slack-for-promotion:
needs: ci-test
needs: ci-test-result
runs-on: ubuntu-latest
if: ( failure() && github.ref == 'refs/heads/master' )