diff --git a/.github/workflows/checklist-integrated-staging.yaml b/.github/workflows/checklist-integrated-staging.yaml index b861930b18d..2c9e26233ac 100644 --- a/.github/workflows/checklist-integrated-staging.yaml +++ b/.github/workflows/checklist-integrated-staging.yaml @@ -141,7 +141,7 @@ jobs: jobs: ${{ toJSON(needs) }} - name: Send Slack notification uses: slackapi/slack-github-action@v1.27.1 - if: ${{ needs.setup-stage.outputs.send_message_to_slack_channel == 'true' }} + if: ${{ !cancelled() && needs.setup-stage.outputs.send_message_to_slack_channel == 'true' }} with: channel-id: panther-checklist-testing slack-message: "${{ steps.alls-green.outcome == 'success' && ':unicorn_face:' || ':robot_panic:' }} `checklist-SDK-${{ needs.setup-stage.outputs.git-revision }}-branch: ` *${{ steps.alls-green.outcome == 'success' && 'success' || 'failed' }}*; please check *<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|the logs>*."