CI: Move slack notification after ci-test-result (#33751)
Move slack notification after ci-test-result
This commit is contained in:
parent
053db40e30
commit
2da8440610
|
|
@ -438,7 +438,7 @@ jobs:
|
||||||
${{ vars.DOCKER_HUB_ORGANIZATION }}/appsmith-${{ vars.EDITION }}:nightly
|
${{ vars.DOCKER_HUB_ORGANIZATION }}/appsmith-${{ vars.EDITION }}:nightly
|
||||||
|
|
||||||
notify-slack-for-promotion:
|
notify-slack-for-promotion:
|
||||||
needs: ci-test
|
needs: ci-test-result
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
if: ( failure() && github.ref == 'refs/heads/master' )
|
if: ( failure() && github.ref == 'refs/heads/master' )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user