From 6993f3cd36340437c66d5e0e41ef94f4d92c7395 Mon Sep 17 00:00:00 2001 From: "Alicia A. Evans" <108547992+aliciaaevans@users.noreply.github.com> Date: Fri, 27 Sep 2024 05:22:32 -0400 Subject: [PATCH] ci: disable status trigger for bioconda bot comments (#50984) --- .github/workflows/CommentResponder.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/CommentResponder.yml b/.github/workflows/CommentResponder.yml index 2052f237029d0..2cc37b9226a99 100644 --- a/.github/workflows/CommentResponder.yml +++ b/.github/workflows/CommentResponder.yml @@ -1,28 +1,14 @@ name: CommentResponder on: - status: - # check_suite: - # types: - # - completed issue_comment: types: - created - # Runs too many times - # ( - # github.event_name == 'check_suite' && - # github.event.check_suite.conclusion == 'success' - # ) || - jobs: comment: runs-on: ubuntu-latest name: bioconda-bot comment if: >- - ( - github.event_name == 'status' && - github.event.state == 'success' - ) || ( github.event_name == 'issue_comment' && github.event.issue.pull_request &&