Skip to content

Commit

Permalink
fix: nightly-testing bot doesn't repeat (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em authored Mar 22, 2024
1 parent e5306c3 commit 0783e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_detect_failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
'num_before': 1,
'num_after': 0,
'narrow': [{'operator': 'stream', 'operand': 'nightly-testing'}, {'operator': 'topic', 'operand': 'Std status updates'}],
'apply_markdown': True
'apply_markdown': False
}
response = client.get_messages(request)
messages = response['messages']
Expand Down

0 comments on commit 0783e9c

Please sign in to comment.