|
38 | 38 | to: notifications |
39 | 39 | type: stream |
40 | 40 | topic: ${{ github.repository }} scheduled job failure |
41 | | - content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed. |
| 41 | + content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }} failed. |
42 | 42 |
|
43 | 43 | build-latest-musl-docker-image: |
44 | 44 | if: | |
|
66 | 66 | to: notifications |
67 | 67 | type: stream |
68 | 68 | topic: ${{ github.repository }} scheduled job failure |
69 | | - content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed. |
| 69 | + content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }} failed. |
70 | 70 |
|
71 | 71 | build-latest-windows-docker-image: |
72 | 72 | if: | |
|
94 | 94 | to: notifications |
95 | 95 | type: stream |
96 | 96 | topic: ${{ github.repository }} scheduled job failure |
97 | | - content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed. |
| 97 | + content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }} failed. |
98 | 98 |
|
99 | 99 | build-release-gnu-docker-image: |
100 | 100 | if: | |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | to: notifications |
216 | 216 | type: stream |
217 | 217 | topic: ${{ github.repository }} scheduled job failure |
218 | | - content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed. |
| 218 | + content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }} failed. |
219 | 219 |
|
220 | 220 | build-and-push-stdlib-documentation: |
221 | 221 | needs: |
@@ -287,7 +287,7 @@ jobs: |
287 | 287 | to: notifications |
288 | 288 | type: stream |
289 | 289 | topic: ${{ github.repository }} scheduled job failure |
290 | | - content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed. |
| 290 | + content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }} failed. |
291 | 291 |
|
292 | 292 | send-musl-nightly-release-event: |
293 | 293 | needs: [build-latest-musl-docker-image] |
@@ -318,7 +318,7 @@ jobs: |
318 | 318 | to: notifications |
319 | 319 | type: stream |
320 | 320 | topic: ${{ github.repository }} scheduled job failure |
321 | | - content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed. |
| 321 | + content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }} failed. |
322 | 322 |
|
323 | 323 | send-windows-nightly-release-event: |
324 | 324 | needs: [build-latest-windows-docker-image] |
@@ -348,7 +348,7 @@ jobs: |
348 | 348 | to: notifications |
349 | 349 | type: stream |
350 | 350 | topic: ${{ github.repository }} scheduled job failure |
351 | | - content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed. |
| 351 | + content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }} failed. |
352 | 352 |
|
353 | 353 | send-musl-release-event: |
354 | 354 | needs: [build-release-musl-docker-image] |
|
0 commit comments