Skip to content

Commit

Permalink
#27490: only for master (#28207)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms authored Apr 11, 2024
1 parent a49ca79 commit 91c572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
SLACK_FOOTER: ""
SLACK_ICON: https://slackmojis.com/emojis/5432-this-is-fine/download
SLACK_MESSAGE: "Attention <!channel>! Broken build at `${{ github.ref_name }}`.\nPlease check the run at: ${{ steps.workflow-data.outputs.action_run_url }}"
if: steps.workflow-data.outputs.status != 'SUCCESS'
if: steps.workflow-data.outputs.status != 'SUCCESS' && steps.workflow-data.outputs.branch == 'master'

- name: Prepare Slack Message Payload
id: prepare-slack-message
Expand Down

0 comments on commit 91c572a

Please sign in to comment.