File tree Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Original file line number Diff line number Diff line change @@ -140,29 +140,3 @@ jobs:
140
140
src/src/test/*/results
141
141
src/src/test/*/tmp_check
142
142
retention-days : 3
143
-
144
- slack-notification :
145
- if : ${{ failure() }}
146
- needs : [ test, test-default-tde ]
147
- name : Slack Notification
148
- runs-on : ubuntu-24.04
149
- steps :
150
- - name : Greet the reader
151
-
152
- with :
153
- webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
154
- webhook-type : incoming-webhook
155
- payload : |
156
- text: "${{ github.workflow }} failed!"
157
- blocks:
158
- - type: "section"
159
- text:
160
- type: "mrkdwn"
161
- text: "Workflow ${{ github.workflow }} failed on branch ${{ github.head_ref }}!\n
162
- Commit: <${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>\n
163
- OS: ${{ inputs.os }}\n
164
- Compiler: ${{ inputs.compiler }}\n
165
- Build System: ${{ inputs.build_script }}\n
166
- Build Type: ${{ inputs.build_type }}\n
167
- \n
168
- <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View logs>"
Original file line number Diff line number Diff line change 42
42
43
43
slack-notification :
44
44
if : ${{ failure() }}
45
- needs : [ main ]
45
+ needs : [ main, arm ]
46
46
name : Slack Notification
47
47
runs-on : ubuntu-24.04
48
48
steps :
57
57
- type: "section"
58
58
text:
59
59
type: "mrkdwn"
60
- text: "Workflow ${{ github.workflow }} failed on branch ${{ github.head_ref }}! \n
60
+ text: "Workflow * ${{ github.workflow }}* failed on branch ${{ github.head_ref }}\n
61
61
Commit: <${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>\n
62
62
\n
63
63
<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View logs>"
You can’t perform that action at this time.
0 commit comments