From b82730f48f6b7adf072443c3b4255881752b3395 Mon Sep 17 00:00:00 2001 From: Siddharth Kshetrapal Date: Wed, 6 Nov 2024 16:54:11 +0100 Subject: [PATCH] remove debugger --- .github/workflows/check-for-integration-result-comment.yml | 1 - 1 file changed, 1 deletion(-) 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