diff --git a/.github/workflows/check-for-integration-result.yml b/.github/workflows/check-for-integration-result.yml index f2c8e95a0e2..baefb5784ab 100644 --- a/.github/workflows/check-for-integration-result.yml +++ b/.github/workflows/check-for-integration-result.yml @@ -11,8 +11,6 @@ jobs: # if: ${{ github.event.issue.pull_request }} runs-on: ubuntu-latest steps: - - name: debug event - run: echo ${{ toJson(github) }} - name: Get integration result comment uses: actions/github-script@v7 with: