diff --git a/.github/workflows/find-flaky-tests.yml b/.github/workflows/find-flaky-tests.yml index 3f6e3d8b3..0628718b6 100644 --- a/.github/workflows/find-flaky-tests.yml +++ b/.github/workflows/find-flaky-tests.yml @@ -1,13 +1,9 @@ name: Find flaky tests on: - issue_comment: - types: [created] workflow_dispatch: jobs: find-flaky-tests: - # Only run this workflow when the comment contains '/find-flaky-tests' or it's manually triggered - if: contains(github.event.comment.body, '/find-flaky-tests') || github.event_name == 'workflow_dispatch' strategy: fail-fast: false matrix: