From 9bd6dd3ab9b3e244ac6bac302ccfd004d7f5f59d Mon Sep 17 00:00:00 2001 From: Julien Duchesne Date: Tue, 8 Oct 2024 20:47:43 -0400 Subject: [PATCH] find-flaky-tests.yml: Remove `issue_comment` trigger (#602) It doesn't work well. `workflow_dispatch` does though, so we can use that --- .github/workflows/find-flaky-tests.yml | 4 ---- 1 file changed, 4 deletions(-) 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: