File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 84
84
path : ${{ env.ucm }}
85
85
if-no-files-found : error
86
86
87
+ - name : report errors
88
+ if : github.ref == 'refs/heads/trunk' && failure()
89
+ uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # https://github.com/slackapi/slack-github-action/releases/tag/v2.0.0
90
+ with :
91
+ webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
92
+ webhook-type : incoming-webhook
93
+ payload : |
94
+ text: "build-ucm failed on ${{ github.ref }}. See details: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} cc <@UF924D5S7>"
95
+
87
96
package-racket-lib :
88
97
strategy :
89
98
matrix :
@@ -134,7 +143,15 @@ jobs:
134
143
scheme-libs/racket/unison.zip
135
144
scheme-libs/racket/unison.zip.CHECKSUM
136
145
if-no-files-found : error
137
-
146
+ - name : report errors
147
+ if : github.ref == 'refs/heads/trunk' && failure()
148
+ uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # https://github.com/slackapi/slack-github-action/releases/tag/v2.0.0
149
+ with :
150
+ webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
151
+ webhook-type : incoming-webhook
152
+ payload : |
153
+ text: "package-racket-lib failed on ${{ github.ref }}. See details: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} cc <@UF924D5S7>"
154
+
138
155
build-dist-unison-runtime :
139
156
needs : package-racket-lib
140
157
name : build unison-runtime
You can’t perform that action at this time.
0 commit comments