Skip to content

Commit

Permalink
Merge pull request #5743 from gooddata/release-to-master
Browse files Browse the repository at this point in the history
Merge release into master
  • Loading branch information
huyenthanh09 authored Dec 24, 2024
2 parents de714e4 + 7adc569 commit 9d5a1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checklist-integrated-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
jobs: ${{ toJSON(needs) }}
- name: Send Slack notification
uses: slackapi/[email protected]
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>*."
Expand Down

0 comments on commit 9d5a1c9

Please sign in to comment.