From fd97a52e2357efc6b339f05da901cc647f5c5a39 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 3 Oct 2024 19:58:10 +0200 Subject: [PATCH] check why we need this part --- .github/workflows/self-comment-slow-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/self-comment-slow-ci.yml b/.github/workflows/self-comment-slow-ci.yml index 269a1418ea1def..fdc7cbbc900cd7 100644 --- a/.github/workflows/self-comment-slow-ci.yml +++ b/.github/workflows/self-comment-slow-ci.yml @@ -29,7 +29,9 @@ jobs: echo "${{ github.event.pull_request.number }}" echo "${{ github.event.issue.number }}" echo "${{ github.event.issue.pull_request }}" - echo "${{ github.event.pull_request }}" + echo "${{ github.event.pull_request }}" + echo "${{ github.event.issue.pull_request != null }}" + echo "${{ github.event.pull_request != null }}" # - name: Set up GitHub CLI # uses: actions/checkout@v4