Skip to content

Commit

Permalink
ci: disable status trigger for bioconda bot comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Sep 26, 2024
1 parent 02fdfed commit 72477c6
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 72477c6

Please sign in to comment.