diff --git a/.github/workflows/check-for-integration-result-comment.yml b/.github/workflows/check-for-integration-result-comment.yml index f1b414b5ae7..d7c3049dda1 100644 --- a/.github/workflows/check-for-integration-result-comment.yml +++ b/.github/workflows/check-for-integration-result-comment.yml @@ -3,7 +3,6 @@ name: Check for integration result comment on: issue_comment: types: [created, edited] - pull_request: # for debugging jobs: # note: this workflow always passes, it does not fail when integration tests are failing