From 5e8cacd9ead41e935cc37116fdfb7d339526af69 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 22 Sep 2021 14:03:47 +0200 Subject: [PATCH] build: print the global job status in notification - easier to know if one should check the full notification in slack --- .github/workflows/continuous-integration.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 1e49e1019..ee2253e26 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -466,7 +466,8 @@ jobs: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png SLACK_COLOR: ${{ env.JOB_STATUS || 'failure' }} - SLACK_MESSAGE: "Full run here: ${{ env.ACTION_RUN_URL }}\n\ + SLACK_MESSAGE: "Full run finished with status ${{ env.JOB_STATUS || 'failure' }} \ + (${{ env.ACTION_RUN_URL }})\n\ - build-preflight-docker: ${{ needs.build-preflight-docker.outputs.report || 'Did not run.' }}\n\n\ - build: ${{ needs.build.outputs.report || 'Did not run.' }}\n\n\ - publish-docs: ${{ needs.publish-docs.outputs.report || 'Did not run.' }}\n\n\