File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -460,6 +460,18 @@ jobs:
460
460
with :
461
461
script : |
462
462
core.setFailed('Some jobs failed')
463
+ - if : ${{ contains(needs.*.result, 'failure') && github.repository == 'leanprover/lean4' && (github.ref == 'master' || github.ref = 'joachim/zulip-integration') }}
464
+ uses : zulip/github-actions-zulip/send-message@v1
465
+ with :
466
+ api-key : ${{ secrets.ZULIP_BOT_KEY }}
467
+ email : " github-actions-bot@lean-fro.zulip.org"
468
+ organization-url : " https://lean-fro.zulip.org"
469
+ to : " infrastructure"
470
+ topic : " Github actions"
471
+ type : " stream"
472
+ content : |
473
+ A build of ${{ github.ref }} triggered by ${{ github.event_name }} [failed](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).
474
+
463
475
464
476
# This job creates releases from tags
465
477
# (whether they are "unofficial" releases for experiments, or official releases when the tag is "v" followed by a semver string.)
You can’t perform that action at this time.
0 commit comments