Skip to content

Commit

Permalink
Merge pull request #3923 from esl/mu-disable-summary-comment-to-issue
Browse files Browse the repository at this point in the history
Disable making a comment to a summary PR
  • Loading branch information
chrzaszcz authored Jan 9, 2023
2 parents 3d0c699 + c7af26b commit 759b64a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
8 changes: 0 additions & 8 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,13 +323,6 @@ commands:
when: always
command: |
tools/circle-publish-github-comment.sh
publish_github_summary_comment:
steps:
- run:
name: Publish a summary comment to GitHub
when: on_fail
command: |
tools/circle-publish-github-summary-comment.sh
maybe_prepare_minio:
steps:
Expand Down Expand Up @@ -613,7 +606,6 @@ jobs:
tail -100 _build/mim1/rel/mongooseim/log/mongooseim.log.1
- upload_results_to_aws
- publish_github_comment
- publish_github_summary_comment

dialyzer:
executor: << parameters.executor >>
Expand Down
35 changes: 0 additions & 35 deletions tools/circle-publish-github-summary-comment.sh

This file was deleted.

0 comments on commit 759b64a

Please sign in to comment.