diff --git a/.github/workflows/discussion_bot_response.yml b/.github/workflows/discussion_bot_response.yml index 4875b95d4f2..fe017d8c9bd 100644 --- a/.github/workflows/discussion_bot_response.yml +++ b/.github/workflows/discussion_bot_response.yml @@ -33,8 +33,8 @@ jobs: # Define a display name: name: 'Respond to question' - # Define the conditions under which the job should run: - if: github.event.discussion.category.name == 'stdlib-bot Q&A' + # Define the conditions under which the job should run: FIXME: un-comment if and when re-enabled + # if: github.event.discussion.category.name == 'stdlib-bot Q&A' # Define the type of virtual host machine: runs-on: ubuntu-latest diff --git a/.github/workflows/discussion_comment_bot_response.yml b/.github/workflows/discussion_comment_bot_response.yml index a9c779ce0a0..0bd0c6fe45a 100644 --- a/.github/workflows/discussion_comment_bot_response.yml +++ b/.github/workflows/discussion_comment_bot_response.yml @@ -33,8 +33,8 @@ jobs: # Define a display name: name: 'Respond to question' - # Define the conditions under which the job should run: - if: github.event.comment.body && startsWith( github.event.comment.body, '/ask ' ) + # Define the conditions under which the job should run: FIXME: un-comment if and when re-enabled + # if: github.event.comment.body && startsWith( github.event.comment.body, '/ask ' ) # Define the type of virtual host machine: runs-on: ubuntu-latest