From b35a78387e11dc7f71f400c81f7e21ae84dd7902 Mon Sep 17 00:00:00 2001 From: Siddharth Kshetrapal Date: Wed, 6 Nov 2024 16:47:22 +0100 Subject: [PATCH] add check for pull_request --- .github/workflows/check-for-integration-result.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-for-integration-result.yml b/.github/workflows/check-for-integration-result.yml index 919dd67a692..d2a4eb8368d 100644 --- a/.github/workflows/check-for-integration-result.yml +++ b/.github/workflows/check-for-integration-result.yml @@ -8,7 +8,7 @@ on: jobs: # note: this workflow always passes, it does not fail when integration tests are failing check-for-integration-result: - # if: ${{ github.event.issue.pull_request }} + if: github.event.issue.pull_request runs-on: ubuntu-latest steps: - name: Get integration result comment