We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af2955 commit 6bbae56Copy full SHA for 6bbae56
.github/workflows/e2e.yaml
@@ -99,6 +99,7 @@ jobs:
99
name: ginkgo-logs-${{ matrix.driver_branch }}
100
path: ginkgo.json
101
retention-days: 15
102
+
103
- name: Send Slack alert notification
104
if: ${{ failure() }}
105
uses: slackapi/[email protected]
@@ -108,6 +109,6 @@ jobs:
108
109
payload: |
110
channel: ${{ secrets.SLACK_CHANNEL_ID }}
111
text: |
- :x: On repository ${{ github.repository }}, the Workflow *${{ github.workflow }}* has failed.
112
+ :x: On repository ${{ github.repository }}, the Workflow *${{ github.workflow }}-driver-branch-${{ matrix.driver_branch }}* has failed.
113
114
Details: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
0 commit comments