mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add slack message on cron fail (#8633)
This commit is contained in:
9
.github/workflows/pull-request.yml
vendored
9
.github/workflows/pull-request.yml
vendored
@@ -490,3 +490,12 @@ jobs:
|
|||||||
- name: workflow success
|
- name: workflow success
|
||||||
run: exit 0
|
run: exit 0
|
||||||
if: ${{ contains(needs.*.result, 'success') }}
|
if: ${{ contains(needs.*.result, 'success') }}
|
||||||
|
- uses: slackapi/slack-github-action@v1.23.0
|
||||||
|
name: Nofify QA hxp-studio-testing failure
|
||||||
|
if: ${{ contains(needs.*.result, 'failure') }}
|
||||||
|
env:
|
||||||
|
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
|
||||||
|
with:
|
||||||
|
channel-id: 'C016SMNNL8L' #guild-channel
|
||||||
|
slack-message: "Warning: The daily ADF cronjob failed\n Workflow run : <https://github.com/Alfresco/alfresco-ng2-components/actions/runs/${{ github.run_id }}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user