Skip to content

Commit

Permalink
ci: disable status trigger for bioconda bot comments (#50984)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans authored Sep 27, 2024
1 parent e913e2f commit 6993f3c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/CommentResponder.yml
Original file line number Diff line number Diff line change
@@ -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 &&
Expand Down

0 comments on commit 6993f3c

Please sign in to comment.