File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ jobs:
243
243
"type": "section",
244
244
"text": {
245
245
"type": "mrkdwn",
246
- "text": "*Workflow details:*\n\n${{ steps.format_results.outputs.formatted_results }}\n\nSee logs on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|GitHub>"
246
+ "text": "*Workflow details:*\n\n${{ steps.format_results.outputs.formatted_results }}\n\n@channel - See logs on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|GitHub>"
247
247
}
248
248
}
249
249
]
@@ -254,6 +254,7 @@ jobs:
254
254
255
255
- name : Send Slack Notification
256
256
uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
257
+ if : ${{ steps.workflow_status.outputs.status != 'Successful' || github.event_name == 'workflow_dispatch' }}
257
258
with :
258
259
author_name : ' powsybl-metrix on GitHub'
259
260
status : custom
You can’t perform that action at this time.
0 commit comments